CommitRaider Security Report

Security analysis for /home/mschwarzl/projects/v8_origin/v8/ Git Repository • Generated on 2025-09-18 17:15:34 UTC

20000
Total Commits
8189
Total Files
393
Contributors
224
Vulnerabilities Found
6.9
Risk Score
3774137
Lines of Code
Risk Overview

Overall Risk Score

Risk Score: 6.9/10.0 (69%)

Risk Factors:

  • Single Author Files: 3518 (43%)
  • Stale Files: 4309 (52.6%)
  • High Complexity Files: 1314
Security Vulnerabilities (224 found)
Showing all vulnerabilities
Loading results...
[maglev] Remove more unreachable basic blocks
da7382d0
10

Author: Olivier Flückiger

Date: 2025-05-28 09:49:17 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

src/common/globals.h src/compiler/heap-refs.h src/compiler/js-heap-broker.cc src/compiler/js-native-context-specialization.h src/compiler/processed-feedback.h
Skip mjsunit/regress/regress-408820921 on android
78f861c9
10

Author: Jakob Linke

Date: 2025-05-26 05:34:37 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/maglev/maglev-graph-builder.cc src/maglev/maglev-graph-builder.h src/maglev/maglev-ir.h
[regexp] A lower compiler recursion limit for MACOS
74fa90e9
10

Author: Jakob Linke

Date: 2025-05-22 05:50:36 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

BUILD.gn src/objects/js-temporal-objects.cc
[heap] Fix segfault in CSS with scope
0d10b35e
5

Author: Omer Katz

Date: 2025-05-14 08:36:44 UTC

Patterns Matched:

  • Null Pointer Dereference - segfault

Files Changed:

DEPS
[revec][wasm] Fix extract node from early emitted input tree
c3078d6d
10

Author: Yolanda Chen

Date: 2025-04-29 05:13:45 UTC

Patterns Matched:

  • Buffer Overflow - buffer overflow

Files Changed:

BUILD.gn src/base/macros.h src/builtins/accessors.cc src/builtins/accessors.h src/builtins/builtins-definitions.h src/builtins/builtins-function.cc src/debug/debug-evaluate.cc src/heap/factory.cc src/init/bootstrapper.cc src/wasm/wasm-objects.cc test/mjsunit/es6/classes-subclass-builtins.js test/mjsunit/es6/throw-type-error-function-restrictions.js test/mjsunit/function-bind.js test/mjsunit/regress/regress-1530.js test/mjsunit/regress/wasm/regress-985154.js test/mjsunit/strict-mode.js test/test262/test262.status test/webkit/fast/js/basic-strict-mode-expected.txt test/webkit/fast/js/basic-strict-mode.js
[wasm][stacks] Add guard pages around stacks
658710b8
10

Author: Thibaud Michaud

Date: 2025-05-02 12:42:35 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/debug/debug.cc src/interpreter/bytecode-generator.cc test/cctest/test-debug.cc test/debugger/debug/es6/debug-stepnext-for.js test/inspector/debugger/for-of-loops-expected.txt test/inspector/debugger/get-possible-breakpoints-main-expected.txt test/inspector/debugger/step-into-expected.txt test/inspector/debugger/step-over-expected.txt test/unittests/interpreter/bytecode_expectations/AsyncGenerators.golden test/unittests/interpreter/bytecode_expectations/ElideRedundantHoleChecks.golden test/unittests/interpreter/bytecode_expectations/ForAwaitOf.golden test/unittests/interpreter/bytecode_expectations/ForIn.golden test/unittests/interpreter/bytecode_expectations/ForOf.golden test/unittests/interpreter/bytecode_expectations/ForOfLoop.golden test/unittests/interpreter/bytecode_expectations/Generators.golden test/unittests/interpreter/bytecode_expectations/WideRegisters.golden
Fix an invalid DCHECK in BytecodeGenerator
7db2198d
10

Author: Jakob Linke

Date: 2025-04-30 11:43:21 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/compiler/turboshaft/wasm-lowering-reducer.h src/wasm/baseline/liftoff-compiler.cc src/wasm/function-body-decoder-impl.h src/wasm/value-type.cc test/mjsunit/wasm/gc-casts-invalid.js test/mjsunit/wasm/shared-everything/gc-casts-subtypes-shared.js test/mjsunit/wasm/shared-everything/not-shared-everything.js test/mjsunit/wasm/wasm-module-builder.js
Revert "[wasm] Fix crash in module fuzzer caused by invalid flag combinations"
4c0e0b9c
7

Author: Clemens Backes

Date: 2025-04-23 16:59:49 UTC

Patterns Matched:

  • Race Condition - Data race

Files Changed:

test/fuzzer/wasm/module.cc
[wasm][jspi] Always clear secondary stack limit and stack top on exception
ab28b3f1
10

Author: Thibaud Michaud

Date: 2025-04-23 10:07:39 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/wasm/module-instantiate.cc test/mjsunit/regress/wasm/regress-410295354.js
[inspector] Add V8Inspector::connectShared
73b918cf
10

Author: Simon Zünd

Date: 2025-04-15 04:33:38 UTC

Patterns Matched:

  • Use After Free - UaF

Files Changed:

include/v8-inspector.h src/inspector/v8-inspector-impl.cc src/inspector/v8-inspector-impl.h src/inspector/v8-inspector-session-impl.cc src/inspector/v8-inspector-session-impl.h test/inspector/isolate-data.cc test/inspector/isolate-data.h
[wasm] Add CHECKs for wrapper refcount
68210d50
10

Author: Jakob Kummerow

Date: 2025-03-31 10:05:36 UTC

Patterns Matched:

  • Use After Free - UAF

Files Changed:

src/builtins/riscv/builtins-riscv.cc src/codegen/riscv/macro-assembler-riscv.cc
PPC/s390: [wasm][growable-stacks] Define a safe point after stack grow event
7dbec6ff
10

Author: Milad Fa

Date: 2025-03-27 18:07:05 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/heap/heap.cc src/heap/memory-chunk.h src/heap/page-metadata.cc src/heap/page-metadata.h src/heap/paged-spaces.cc src/heap/paged-spaces.h test/cctest/heap/test-heap.cc test/cctest/heap/test-spaces.cc test/cctest/test-cpu-profiler.cc test/unittests/heap/inner-pointer-resolution-unittest.cc
[wasm][growable-stacks] Define a safe point after stack grow event
a95f012a
9

Author: Ilya Rezvov

Date: 2025-03-26 21:28:53 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

DEPS
[parser] Fix^2 repl+rewriter overflow handling
39642b9a
10

Author: Igor Sheludko

Date: 2025-03-24 15:41:43 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/wasm/function-body-decoder-impl.h src/wasm/fuzzing/random-module-generation.cc src/wasm/local-decl-encoder.cc src/wasm/wasm-disassembler.cc src/wasm/wasm-module-builder.cc src/wasm/wasm-module-builder.h test/mjsunit/wasm/wasm-module-builder.js tools/wasm/mjsunit-module-disassembler-impl.h
Add copy constructors to the ref-counted API IsolateGroup class
2f89b2f5
10

Author: Erik Corry

Date: 2025-03-20 14:43:03 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

src/wasm/module-compiler.cc src/wasm/wasm-features.h
Reland "[wasm] Use cppgc for ParamBuffer of the generic js-to-wasm wrapper"
3a18fc10
10

Author: Andreas Haas

Date: 2025-03-06 10:39:07 UTC

Patterns Matched:

  • Memory Leak - memory leak

Files Changed:

src/builtins/arm/builtins-arm.cc src/builtins/arm64/builtins-arm64.cc src/builtins/ia32/builtins-ia32.cc src/builtins/x64/builtins-x64.cc src/execution/isolate.cc
[regexp] Check for stack overflow before compilation
3bf26ba9
9

Author: Jakob Linke

Date: 2025-03-19 14:03:53 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/heap/heap-write-barrier.cc
Revert "[wasm] Use cppgc for ParamBuffer of the generic js-to-wasm wrapper"
217dda11
7.1

Author: Matthias Liedtke

Date: 2025-03-12 11:40:26 UTC

Patterns Matched:

  • Memory Leak - memory leak

Files Changed:

src/compiler/turboshaft/growable-stacks-reducer.h test/mjsunit/regress/wasm/regress-394091686.js
[wasm] Use cppgc for ParamBuffer of the generic js-to-wasm wrapper
04ed0b24
10

Author: Andreas Haas

Date: 2025-03-06 10:39:07 UTC

Patterns Matched:

  • Memory Leak - memory leak

Files Changed:

tools/clusterfuzz/js_fuzzer/mutators/closure_remover.js tools/clusterfuzz/js_fuzzer/script_mutator.js tools/clusterfuzz/js_fuzzer/test/test_normalize.js tools/clusterfuzz/js_fuzzer/test/test_regressions.js tools/clusterfuzz/js_fuzzer/test_data/closures.js tools/clusterfuzz/js_fuzzer/test_data/closures_expected.js tools/clusterfuzz/js_fuzzer/test_data/loop_mutations_expected.js tools/clusterfuzz/js_fuzzer/test_data/mutation_order/output_expected.js tools/clusterfuzz/js_fuzzer/test_data/regress/async/full_async_expected.js tools/clusterfuzz/js_fuzzer/test_data/regress/large_loops/expected.js tools/clusterfuzz/js_fuzzer/test_data/regress/yield/expected.js tools/clusterfuzz/js_fuzzer/test_data/try_catch_distribution_expected.js
[inspector] Fix use-after-free in inspector-test harness
a634767b
10

Author: Igor Sheludko

Date: 2025-03-11 17:28:47 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

src/codegen/external-reference.h src/objects/objects-body-descriptors-inl.h src/wasm/wasm-js.cc src/wasm/wasm-js.h src/wasm/wasm-objects.cc src/wasm/wasm-objects.h src/wasm/wasm-objects.tq test/mjsunit/wasm/memory-control.js
[js_fuzzer] Fix normalization in respect to old fuzzer data
a4a5e988
9

Author: Michael Achenbach

Date: 2025-03-11 15:49:39 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

DEPS
Fix data race in backing store flags
f1d62141
10

Author: Clemens Backes

Date: 2025-03-10 16:28:41 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

tools/clusterfuzz/foozzie/v8_fuzz_flags.json tools/clusterfuzz/trials/clusterfuzz_trials_config.json tools/testrunner/testproc/fuzzer.py
[wasm] Fix race in WasmCode::DecRef
0f09e75f
10

Author: Jakob Kummerow

Date: 2025-03-03 14:03:20 UTC

Patterns Matched:

  • Race Condition - race condition

Files Changed:

src/wasm/wasm-code-manager.cc src/wasm/wasm-code-manager.h src/wasm/wasm-engine.cc src/wasm/wasm-engine.h
Update ICU (trusted)
fde889a7
9

Author: v8-ci-autoroll-builder

Date: 2025-02-28 04:31:56 UTC

Patterns Matched:

  • Buffer Overflow - buffer overflow

Files Changed:

DEPS
[wasm][jspi] Clear wasm stack EPT entry on exit
cafb8dd0
10

Author: Thibaud Michaud

Date: 2025-02-25 16:39:03 UTC

Patterns Matched:

  • Use After Free - UAF

Files Changed:

src/maglev/maglev-graph-builder.cc src/maglev/maglev-graph-builder.h src/maglev/maglev-ir.h
Fix UaF when GC collects the Script in the middle of 'didParseSource'
7a96ba42
9

Author: Simon Zünd

Date: 2025-02-27 10:40:55 UTC

Patterns Matched:

  • Use After Free - UaF

Files Changed:

src/maglev/maglev-graph-builder.cc
[sim] Adjust jslimit again after stack overflow
bc9081f9
10

Author: Thibaud Michaud

Date: 2025-02-10 22:50:44 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/compiler-dispatcher/optimizing-compile-dispatcher.cc src/compiler-dispatcher/optimizing-compile-dispatcher.h src/execution/isolate.cc src/execution/isolate.h src/init/isolate-group.cc src/init/isolate-group.h test/unittests/compiler-dispatcher/optimizing-compile-dispatcher-unittest.cc
[maglev] Do not count inlined bytecode size for small functions
23144176
5

Author: Victor Gomes

Date: 2025-02-10 18:57:21 UTC

Patterns Matched:

  • Weak Cryptography - sha1

Files Changed:

DEPS
[sandbox] Harden BigInt.toString for concurrent mutations
4e29793e
9

Author: Jakob Kummerow

Date: 2025-01-29 11:46:47 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

BUILD.gn
[api] Fix race condition in ArrayBuffer TotalSize test.
01ffab2f
9.9

Author: Erik Corry

Date: 2025-01-27 18:31:43 UTC

Patterns Matched:

  • Race Condition - race condition

Files Changed:

src/compiler/turboshaft/graph-builder.cc src/compiler/turboshaft/late-load-elimination-reducer.cc
[turbofan] guard again nullptr dereference when printing Nodes
d9fc5526
5

Author: Darius Mercadier

Date: 2025-01-28 08:51:13 UTC

Patterns Matched:

  • Null Pointer Dereference - nullptr dereference

Files Changed:

DEPS
[wasm] Fix UAF in code logging
a8515d8e
9

Author: Clemens Backes

Date: 2025-01-23 10:50:40 UTC

Patterns Matched:

  • Use After Free - UAF

Files Changed:

test/mjsunit/wasm/async-compile-non-async.js
[wasm] Fix data race when writing tiering priority
a112b4b0
10

Author: Clemens Backes

Date: 2025-01-22 16:32:41 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/heap/conservative-stack-visitor-inl.h src/heap/conservative-stack-visitor.h src/heap/marking-inl.h src/heap/marking.h src/heap/scavenger.cc
[wasm] Add check in else case of type switch
34587b68
10

Author: Andreas Haas

Date: 2025-01-09 14:12:49 UTC

Patterns Matched:

  • Type confusion - type confusion

Files Changed:

src/codegen/optimized-compilation-info.cc test/mjsunit/regress/regress-381390367.js
Change WriteShortData's function signature to enforce uint8_t on input.
f6602fe4
9

Author: Julia Hansbrough

Date: 2024-12-18 23:09:46 UTC

Patterns Matched:

  • Type confusion - type confusion

Files Changed:

src/inspector/v8-console.cc
[sandbox] Reserve some pages at the start of trusted space
d1e49738
7.1

Author: Samuel Groß

Date: 2025-01-03 17:27:02 UTC

Patterns Matched:

  • Null Pointer Dereference - nullptr dereference

Files Changed:

src/compiler/js-call-reducer.cc src/compiler/js-inlining.cc
[wasm] Fix buffer-overflow check in generic js-to-wasm wrapper
ae6c7c8f
9

Author: Clemens Backes

Date: 2024-12-23 16:28:44 UTC

Patterns Matched:

  • Buffer Overflow - buffer-overflow

Files Changed:

DEPS
[frames] Initialize skipped_last_frame to true
3756e22b
9

Author: Victor Gomes

Date: 2024-12-19 09:40:59 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/codegen/x64/macro-assembler-x64.cc
[compiler] Fix data-race in CompilationStatistics
eec7bca9
7

Author: Darius Mercadier

Date: 2024-12-06 09:43:40 UTC

Patterns Matched:

  • Race Condition - data-race

Files Changed:

src/runtime/runtime-compiler.cc
Reland "[json] Fast-path for stringify"
1dfceaf4
10

Author: pthier

Date: 2024-11-27 09:04:22 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/builtins/setup-builtins-internal.cc src/common/code-memory-access-inl.h src/common/code-memory-access.cc src/common/code-memory-access.h src/objects/code.cc src/objects/instruction-stream-inl.h src/wasm/wasm-code-manager.cc src/wasm/wasm-import-wrapper-cache.cc src/wasm/wasm-serialization.cc test/cctest/heap/test-concurrent-allocation.cc
Revert "[json] Fast-path for stringify"
bf9c5088
9

Author: Deepti Gandluri

Date: 2024-11-25 19:20:39 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/regexp/regexp-parser.cc
[regexp] Deal with StackOverflow while parsing modifiers
f94c54e7
9

Author: pthier

Date: 2024-11-25 11:48:14 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

DEPS
[json] Fast-path for stringify
c850781d
10

Author: pthier

Date: 2024-11-25 15:58:43 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/json/json-stringifier.cc src/objects/string.h test/mjsunit/json-stringify-recursive.js test/mjsunit/json.js
[builtins] Add machinery for multithreaded builtin generation
1c9f59c8
7

Author: Shu-yu Guo

Date: 2024-11-22 16:46:50 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

DEPS
[heap] Use IsMarkedOrAlwaysLive() helper in object-stats.cc
895e785d
10

Author: Dominik Inführ

Date: 2024-11-20 14:54:29 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/compiler/pipeline-statistics.cc src/compiler/pipeline-statistics.h src/compiler/pipeline.cc test/mjsunit/regress/regress-375286252.js
[wasm] Remove relative type indexes from canonical types
20d9a7f7
9

Author: Clemens Backes

Date: 2024-11-19 17:17:33 UTC

Patterns Matched:

  • Type confusion - type confusion

Files Changed:

test/fuzzer/wasm-deopt.cc
[sandbox] Add regression test for String::Utf8Value
83b1df58
10

Author: Samuel Groß

Date: 2024-11-12 16:26:42 UTC

Patterns Matched:

  • Buffer Overflow - buffer overflow

Files Changed:

src/inspector/string-util.h third_party/inspector_protocol/README.v8 third_party/inspector_protocol/crdtp/frontend_channel.h third_party/inspector_protocol/crdtp/glue.h third_party/inspector_protocol/crdtp/glue_test.cc third_party/inspector_protocol/crdtp/maybe.h third_party/inspector_protocol/crdtp/maybe_test.cc third_party/inspector_protocol/crdtp/protocol_core.h third_party/inspector_protocol/lib/Forward_h.template
[wasm] Use Relaxed_Memcpy when copying from SAB
84fdaf2e
10

Author: Clemens Backes

Date: 2024-11-12 16:04:22 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

BUILD.gn src/codegen/riscv/assembler-riscv-inl.h src/codegen/riscv/assembler-riscv.cc
[sandbox] Ensure correct state of PageMetadata objects during evacuation
4ee8c414
10

Author: Samuel Groß

Date: 2024-11-07 12:00:51 UTC

Patterns Matched:

  • Use After Free - UaF
  • Type confusion - confused

Files Changed:

src/execution/isolate.cc src/execution/isolate.h src/flags/flag-definitions.h src/snapshot/shared-heap-deserializer.cc test/cctest/test-api.cc test/cctest/test-serialize.cc test/cctest/test-shared-strings.cc test/mjsunit/shared-memory/shared-heap.js
[foozzie] Block using --stress-lazy-compilation for differential fuzzing
f3278536
9

Author: Michael Achenbach

Date: 2024-10-04 07:10:38 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

DEPS
[tools] Upgrade rollup from 2.75.6 to 3.29.5 in turbolizer
9a53aa0b
10

Author: Issack John

Date: 2024-09-27 16:31:35 UTC

Patterns Matched:

  • Cross-Site Scripting - XSS

Files Changed:

src/api/api-natives.cc src/ast/ast.cc src/builtins/builtins-array.cc src/deoptimizer/translated-state.cc src/execution/isolate.cc src/execution/local-isolate.h src/heap/factory-base.cc src/heap/factory.cc src/heap/heap.cc src/heap/mark-compact.cc src/heap/setup-heap-internal.cc src/init/bootstrapper.cc src/json/json-parser.cc src/objects/compilation-cache-table.cc src/objects/feedback-cell-inl.h src/objects/fixed-array-inl.h src/objects/heap-object.h src/objects/js-objects.cc src/objects/js-objects.h src/objects/objects-inl.h
Fix WasmTableObject and WasmMemoryObject on big endian
520ba9d4
7.1

Author: Milad Fa

Date: 2024-09-27 20:28:23 UTC

Patterns Matched:

  • Null Pointer Dereference - segfault

Files Changed:

src/compiler/backend/arm64/instruction-selector-arm64.cc test/mjsunit/compiler/regress-crbug-369685641.js
[wasm] Fix race condition in well-known imports handling
1302dc14
10

Author: Jakob Kummerow

Date: 2024-09-18 11:55:07 UTC

Patterns Matched:

  • Race Condition - race condition

Files Changed:

src/builtins/builtins-object-gen.cc src/diagnostics/objects-printer.cc src/ic/ic.cc src/objects/map-inl.h src/objects/map.h test/mjsunit/regress/regress-crbug-364422411.js
[wasm][arm64] Growable stacks for Turboshaft
8b1017f6
10

Author: Ilya Rezvov

Date: 2024-09-04 13:49:26 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/heap/mark-compact.cc src/init/heap-symbols.h
PPC/s390: [wasm] Growable stacks for Liftoff
59406bdd
9

Author: Milad Fa

Date: 2024-08-28 11:38:02 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/compiler/backend/ppc/instruction-selector-ppc.cc
[wasm][arm64] Growable stacks for Liftoff
ae359513
10

Author: Ilya Rezvov

Date: 2024-08-27 16:16:01 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/codegen/x64/macro-assembler-x64.cc src/codegen/x64/macro-assembler-x64.h src/compiler/backend/x64/code-generator-x64.cc src/compiler/backend/x64/instruction-codes-x64.h src/compiler/backend/x64/instruction-scheduler-x64.cc src/compiler/backend/x64/instruction-selector-x64.cc src/numbers/conversions.h src/wasm/baseline/x64/liftoff-assembler-x64-inl.h test/unittests/assembler/macro-assembler-x64-unittest.cc
Reland "[wasm][turboshaft] Imply new ISel by default"
650f77db
10

Author: Matthias Liedtke

Date: 2024-08-27 14:34:39 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

src/sandbox/js-dispatch-table.cc src/sandbox/js-dispatch-table.h
[x64][wasm] Fix wrong source position on fused load + float binop
3c14b42a
10

Author: Matthias Liedtke

Date: 2024-08-26 12:04:42 UTC

Patterns Matched:

  • Null Pointer Dereference - null pointer

Files Changed:

src/codegen/x64/macro-assembler-x64.cc src/compiler/backend/code-generator.cc src/compiler/wasm-compiler.cc src/compiler/wasm-compiler.h src/heap/factory.cc src/heap/memory-measurement.cc src/logging/log.cc src/objects/objects-body-descriptors-inl.h src/runtime/runtime-wasm.cc src/wasm/module-compiler.cc src/wasm/module-compiler.h src/wasm/module-instantiate.cc src/wasm/wasm-code-manager.cc src/wasm/wasm-code-manager.h src/wasm/wasm-engine.cc src/wasm/wasm-engine.h src/wasm/wasm-import-wrapper-cache.cc src/wasm/wasm-import-wrapper-cache.h src/wasm/wasm-objects-inl.h src/wasm/wasm-objects.cc
[wasm] NamesProvider::EstimateCurrentMemoryConsumption: Acquire mutex
b0652216
9.9

Author: Matthias Liedtke

Date: 2024-08-05 14:10:03 UTC

Patterns Matched:

  • Race Condition - race condition

Files Changed:

src/wasm/names-provider.cc src/wasm/names-provider.h
[wasm] Fix data race in TypeCanonicalizer
10df346e
9.9

Author: Clemens Backes

Date: 2024-07-29 08:51:35 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

test/mjsunit/turboshaft/maglev-frontend/regress-354145409-1.js test/mjsunit/turboshaft/maglev-frontend/regress-354145409-2.js
[maglev] loop speeling: ensure node type and phi::type always agree
3d6a701b
9

Author: Olivier Flückiger

Date: 2024-07-25 17:56:26 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

DEPS
[wasm] Handle stack overflow for runtime functions WasmStruct/WasmArray
1d9d1030
10

Author: Matthias Liedtke

Date: 2024-07-26 14:18:11 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/runtime/runtime-test-wasm.cc src/runtime/runtime.cc src/runtime/runtime.h test/mjsunit/wasm/runtime-gc-objects.js
Revert "Use trusted and untrusted data fields of SFI on all configurations"
be284add
7

Author: Matthias Liedtke

Date: 2024-07-26 10:07:47 UTC

Patterns Matched:

  • Race Condition - Data race

Files Changed:

src/objects/map-updater.cc
[compiler] Fix data race on Script::flags
547864a9
10

Author: Clemens Backes

Date: 2024-07-18 12:40:34 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/codegen/riscv/assembler-riscv-inl.h src/codegen/riscv/assembler-riscv.cc src/codegen/riscv/assembler-riscv.h src/codegen/riscv/macro-assembler-riscv.cc
[wasm] Fix data race
9c5fcaab
7

Author: Clemens Backes

Date: 2024-07-16 15:55:15 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

DEPS
[heap] Fix use-after-free in ReportStatisticsAfterGC
56dc6065
10

Author: Clemens Backes

Date: 2024-07-16 14:37:31 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

src/parsing/parser.cc src/parsing/parser.h
Revert "Reland^2 "[builtins] Optimize and generate builtins off-main-thread""
2a615106
10

Author: Eva Herencsárová

Date: 2024-07-16 08:18:15 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/codegen/arm/assembler-arm-inl.h src/codegen/arm/assembler-arm.h src/codegen/arm64/assembler-arm64-inl.h src/codegen/arm64/assembler-arm64.h src/codegen/ia32/assembler-ia32-inl.h src/codegen/ia32/assembler-ia32.h src/codegen/reloc-info.cc src/codegen/reloc-info.h src/codegen/x64/assembler-x64-inl.h src/codegen/x64/assembler-x64.h src/compiler/backend/arm64/code-generator-arm64.cc src/compiler/backend/instruction-selector-adapter.h src/compiler/backend/instruction-selector-impl.h src/compiler/backend/instruction-selector.cc src/compiler/turboshaft/assembler.h src/compiler/turboshaft/operations.cc src/compiler/turboshaft/operations.h src/compiler/turboshaft/recreate-schedule.cc src/compiler/wasm-compiler.cc src/diagnostics/objects-printer.cc
Reland^2 "[builtins] Optimize and generate builtins off-main-thread"
b0221460
10

Author: Shu-yu Guo

Date: 2024-07-15 10:58:45 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

include/v8-isolate.h include/v8-script.h src/api/api.cc src/codegen/compiler.cc src/execution/isolate.cc src/execution/isolate.h src/flags/flag-definitions.h src/parsing/parse-info.cc src/parsing/scanner.cc test/unittests/api/v8-script-unittest.cc
Fix ScopeInfo on big endian
f0beded3
8.7

Author: Milad Fa

Date: 2024-07-12 11:12:05 UTC

Patterns Matched:

  • Null Pointer Dereference - segfault

Files Changed:

include/v8-inspector.h src/inspector/v8-console.cc src/inspector/v8-inspector-impl.cc
[shared-struct] Let Atomic.Mutex.lockAsync accept any kind of callable
3b1d1e59
9

Author: Luis Pardo

Date: 2024-07-05 18:53:25 UTC

Patterns Matched:

  • Type confusion - type confusion

Files Changed:

src/ic/ic.cc
[isolate-groups] Free code range before reservation is freed
532114cd
9

Author: Andy Wingo

Date: 2024-07-04 10:50:41 UTC

Patterns Matched:

  • Use After Free - UAF

Files Changed:

src/heap/cppgc/sweeper.cc
[isolate-groups] Simplify non-pointer-compression configuration. NFC
99a4c747
5

Author: Andy Wingo

Date: 2024-06-28 13:42:27 UTC

Patterns Matched:

  • Null Pointer Dereference - null pointer

Files Changed:

src/objects/backing-store.cc
Fix shared-string cctest failures with v8_enable_builtins_profiling
93979e9d
7

Author: Seth Brenith

Date: 2024-06-27 23:23:22 UTC

Patterns Matched:

  • Race Condition - race condition

Files Changed:

src/diagnostics/perf-jit.cc
[compiler] Skip compiling inner functions after stack overflow
3b59ed6d
10

Author: Toon Verwaest

Date: 2024-06-27 10:28:23 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

BUILD.gn src/wasm/fuzzing/random-module-generation.h
[maglev] Follow up to jump threading: handle disconnected blocks gracefully
cfc16f64
10

Author: Marja Hölttä

Date: 2024-06-20 12:20:40 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

src/heap/read-only-spaces.cc src/snapshot/read-only-deserializer.cc src/snapshot/read-only-serializer-deserializer.h src/snapshot/read-only-serializer.cc
[wasm][memory64] Fix table.copy typing test
e10089c3
10

Author: Clemens Backes

Date: 2024-06-19 10:54:01 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

src/wasm/module-instantiate.cc src/wasm/wasm-js.cc src/wasm/wasm-module.cc src/wasm/wasm-module.h src/wasm/wasm-objects-inl.h src/wasm/wasm-objects.cc src/wasm/wasm-objects.h src/wasm/wasm-objects.tq test/mjsunit/wasm/table64-import.js test/mjsunit/wasm/type-reflection-with-externref.js test/mjsunit/wasm/type-reflection.js test/mjsunit/wasm/wasm-module-builder.js
Update ICU (trusted)
1c39cf53
10

Author: v8-ci-autoroll-builder

Date: 2024-06-19 04:33:21 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/compiler/access-builder.cc src/compiler/access-builder.h src/compiler/turboshaft/machine-lowering-reducer-inl.h test/mjsunit/compiler/regress-347724915.js
[ic] Fix representation confusion in clone IC
98eb9e2f
9

Author: Olivier Flückiger

Date: 2024-06-13 09:14:25 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

src/maglev/maglev-concurrent-dispatcher.cc
[wasm][sandbox] Verify signatures for call_ref
47ac44d6
9

Author: Jakob Kummerow

Date: 2024-06-05 13:12:36 UTC

Patterns Matched:

  • Type confusion - type confusion

Files Changed:

test/mjsunit/mjsunit.status
[maglev] Print spill slots for spilled phis in graph printer
f5b57c28
10

Author: pthier

Date: 2024-06-05 08:39:50 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

src/compiler/turboshaft/operations.h src/compiler/turboshaft/wasm-revec-reducer.cc src/compiler/turboshaft/wasm-revec-reducer.h test/cctest/wasm/test-run-wasm-simd.cc
[cctest,riscv64] fix some stack-buffer-overflow in some testcases.
888a1171
10

Author: 杨文明

Date: 2024-06-04 01:19:56 UTC

Patterns Matched:

  • Buffer Overflow - buffer-overflow

Files Changed:

include/v8-function-callback.h src/api/api-arguments.cc src/api/api-arguments.h src/api/api.cc src/builtins/arm/builtins-arm.cc src/builtins/arm64/builtins-arm64.cc src/builtins/builtins-api.cc src/builtins/builtins-call-gen.cc src/builtins/ia32/builtins-ia32.cc src/builtins/x64/builtins-x64.cc src/codegen/arm/interface-descriptors-arm-inl.h src/codegen/arm64/interface-descriptors-arm64-inl.h src/codegen/ia32/interface-descriptors-ia32-inl.h src/codegen/interface-descriptors-inl.h src/codegen/interface-descriptors.h src/codegen/x64/interface-descriptors-x64-inl.h src/compiler/js-call-reducer.cc src/compiler/js-native-context-specialization.cc src/compiler/turboshaft/maglev-graph-building-phase.cc src/maglev/maglev-graph-builder.cc
[sandbox] Fix false-positive ASan crash
2a5f6905
10

Author: Samuel Groß

Date: 2024-05-28 08:30:36 UTC

Patterns Matched:

  • Null Pointer Dereference - segfault

Files Changed:

src/execution/local-isolate-inl.h src/execution/local-isolate.h src/handles/handles.h src/heap/base/stack.h src/heap/local-heap-inl.h src/heap/local-heap.cc src/heap/local-heap.h src/heap/parked-scope.h src/interpreter/interpreter.cc src/parsing/parser.cc src/parsing/parser.h test/cctest/heap/test-concurrent-allocation.cc test/cctest/heap/test-heap.cc test/unittests/heap/direct-handles-unittest.cc test/unittests/heap/local-handles-unittest.cc test/unittests/heap/persistent-handles-unittest.cc
[heap] Move marking bit into separate byte for traced handles
b9fa77b4
10

Author: Dominik Inführ

Date: 2024-05-24 10:03:30 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/wasm/inlining-tree.h test/message/wasm-recognize-imports.out test/message/wasm-speculative-inlining.out
[maglev] CreateRegExpLiteral can throw...
f2c54583
9

Author: Toon Verwaest

Date: 2024-05-16 13:45:16 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

tools/dev/gm.py
[infra] Use recursedeps for first-class GCS deps in build and buildtools
473318df
8.7

Author: Alexander Schulze

Date: 2024-05-10 15:47:52 UTC

Patterns Matched:

  • Weak Cryptography - sha1

Files Changed:

test/cctest/wasm/test-run-wasm-memory64.cc test/cctest/wasm/wasm-run-utils.cc test/cctest/wasm/wasm-run-utils.h
[wasm][memory64] Fix bounds check for memory64 guard region on MacOS
45b2cc3f
10

Author: Paolo Severini

Date: 2024-04-24 15:48:43 UTC

Patterns Matched:

  • Null Pointer Dereference - SIGSEGV

Files Changed:

DEPS test/intl/general/case-mapping.js test/test262/test262.status tools/ubsan/ignorelist.txt
[regexp] Fix memory leak in Experimental
4ea6f8af
7.1

Author: Ludovic Mermod

Date: 2024-04-18 12:45:47 UTC

Patterns Matched:

  • Memory Leak - memory leak

Files Changed:

src/wasm/wrappers.cc test/mjsunit/wasm/stack-switching.js
[trap-handler] Only handle faults inside the V8 Sandbox
33e4006f
8.7

Author: Samuel Groß

Date: 2024-04-16 10:33:53 UTC

Patterns Matched:

  • Null Pointer Dereference - segfault

Files Changed:

src/maglev/maglev-graph-builder.cc src/maglev/maglev-graph-builder.h src/maglev/maglev-ir.h
Reland "[sandbox] Introduce ExternalPointerTable::ManagedResource"
ad09ef32
9

Author: Samuel Groß

Date: 2024-04-10 09:25:25 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

src/heap/base/asm/loong64/push_registers_asm.cc
Revert "[sandbox] Introduce ExternalPointerTable::ManagedResource"
58f93ef6
9

Author: Samuel Groß

Date: 2024-04-10 08:21:00 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

DEPS
[sandbox] Introduce ExternalPointerTable::ManagedResource
67b9a250
9

Author: Samuel Groß

Date: 2024-04-05 12:41:33 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

src/wasm/module-compiler.cc
[shared-struct] Fix NumWaitersForTesting and UnlockSlowPath null paths
25b14cfd
9.9

Author: Luis Pardo

Date: 2024-04-05 00:45:33 UTC

Patterns Matched:

  • Race Condition - race condition

Files Changed:

src/objects/js-atomics-synchronization.cc test/mjsunit/shared-memory/mutex-workers.js
[json] Add recursive parser up to stack overflow...
3cbd150c
10

Author: Toon Verwaest

Date: 2024-04-04 09:24:59 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/compiler/access-builder.h src/compiler/globals.h src/compiler/js-call-reducer.cc src/compiler/turboshaft/maglev-graph-building-phase.cc src/maglev/arm/maglev-ir-arm.cc src/maglev/arm64/maglev-ir-arm64.cc src/maglev/maglev-ir.cc src/maglev/maglev-ir.h src/maglev/x64/maglev-ir-x64.cc test/mjsunit/turboshaft/turboshaft-maglev-frontend.js
[gcc] Fix gcc / bazel build
500de8bd
10

Author: Leszek Swirski

Date: 2024-03-22 13:11:38 UTC

Patterns Matched:

  • Use After Free - dangling pointer

Files Changed:

BUILD.gn src/compiler/turboshaft/assembler.h src/wasm/wasm-disassembler.cc
[test][asmjs] Avoid data race in test by increasing sampling interval
80aef209
7

Author: Andreas Haas

Date: 2024-03-20 14:47:46 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

test/mjsunit/asm/log-lazy-code.js
[profiler] Avoid data race in test by increasing sampling interval
6fc3eab3
10

Author: Andreas Haas

Date: 2024-03-19 09:37:10 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

include/v8-template.h src/api/api-arguments-inl.h src/objects/js-objects.cc test/cctest/test-accessors.cc test/cctest/test-serialize.cc test/unittests/api/access-check-unittest.cc test/unittests/api/interceptor-unittest.cc test/unittests/api/remote-object-unittest.cc test/unittests/parser/decls-unittest.cc
[snapshot] support context embedder data serialization
b639938e
7.1

Author: Joyee Cheung

Date: 2024-02-29 17:03:38 UTC

Patterns Matched:

  • Weak Cryptography - Des

Files Changed:

src/api/api.cc test/unittests/api/v8-script-unittest.cc
[sandbox] Harden Turbofan's Signature objects
d3e4b311
9

Author: Samuel Groß

Date: 2024-03-05 15:39:00 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

src/codegen/signature.h
[sandbox] Do not use SA_RESETHAND when installing the crash filter
97b7d006
5

Author: Samuel Groß

Date: 2024-02-29 16:25:56 UTC

Patterns Matched:

  • Null Pointer Dereference - segfault

Files Changed:

DEPS
[sandbox] Defend against corrupted Map in JSNativeContextSpecialization
5a3a5a25
9

Author: Samuel Groß

Date: 2024-02-29 15:20:33 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

src/compiler/js-native-context-specialization.cc
[sandbox] Harden parser against type confusions after heap corruption
c376971c
9

Author: Samuel Groß

Date: 2024-02-28 08:51:05 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

test/mjsunit/mjsunit.status
[sandbox] Fix type confusion in compiler when corrupting meta maps
12db7d3a
10

Author: Samuel Groß

Date: 2024-02-26 12:36:49 UTC

Patterns Matched:

  • Type confusion - type confusion

Files Changed:

src/codegen/ppc/macro-assembler-ppc.cc src/codegen/s390/macro-assembler-s390.cc
[sandbox] Prevent OOB access into elements_accessors_ array
33049edd
10

Author: Samuel Groß

Date: 2024-02-21 12:42:09 UTC

Patterns Matched:

  • Null Pointer Dereference - nullptr dereference

Files Changed:

src/builtins/arm/builtins-arm.cc src/builtins/arm64/builtins-arm64.cc src/builtins/ia32/builtins-ia32.cc src/builtins/x64/builtins-x64.cc
[wasm] Fix data race in EstimateCurrentMemoryConsumption
f9c2749c
7

Author: Andreas Haas

Date: 2024-02-20 13:39:02 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/wasm/wasm-module.cc
[inspector] Don't interrupt while building console messages
41dd803a
9

Author: Simon Zünd

Date: 2024-02-06 12:02:17 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

DEPS
[wasm] Fix data race when growing WasmDispatchTable
4b41b926
7

Author: Clemens Backes

Date: 2024-02-05 13:37:10 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/wasm/baseline/liftoff-compiler.cc
[wasm] Fix use-after-free in WasmFullDecoder's zone
e6cf8b6d
9

Author: Manos Koukoutos

Date: 2024-02-01 16:25:52 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

test/test262/local-tests/test/staging/built-ins/Array/prototype/flatMap/callback-with-side-effects.js
[isolate] Fix a data race with the allow_compile_hints_magic_ cache
769d7ab5
10

Author: Marja Hölttä

Date: 2024-01-30 15:16:17 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/maglev/maglev-graph-builder.cc src/maglev/maglev-graph-builder.h src/objects/map-updater.cc
Fix use after free in mksnapshot
7c42077e
10

Author: Alexey Fedorov

Date: 2024-01-24 13:41:24 UTC

Patterns Matched:

  • Use After Free - use after free

Files Changed:

include/v8-internal.h src/diagnostics/objects-debug.cc src/heap/factory.cc src/heap/objects-visiting.h src/objects/code.h src/objects/map.cc src/objects/map.h src/objects/object-list-macros.h src/objects/objects-body-descriptors-inl.h src/objects/shared-function-info.h src/sandbox/indirect-pointer-tag.h
[api][handles] Fix calls for direct locals
23d84c89
10

Author: Nikolaos Papaspyrou

Date: 2024-01-25 12:53:08 UTC

Patterns Matched:

  • Memory Leak - memory leak

Files Changed:

include/v8-context.h include/v8-function-callback.h include/v8-isolate.h test/cctest/cctest.cc test/cctest/test-api.cc test/cctest/trace-extension.cc
[parser] Adding ConditionalChain Expression to handle long ternary
402ed604
10

Author: Emmanuel Romero Ruiz (from Dev Box)

Date: 2024-01-23 18:41:42 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/codegen/ppc/macro-assembler-ppc.cc src/codegen/s390/macro-assembler-s390.cc
[debug] Correctly set up reparsing of eval scripts in scope iterator
d6fbfcde
10

Author: Simon Zünd

Date: 2024-01-19 09:35:59 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

src/DEPS src/builtins/builtins-internal-gen.cc src/codegen/arm64/macro-assembler-arm64.cc src/codegen/code-stub-assembler.cc src/codegen/code-stub-assembler.h src/codegen/ia32/macro-assembler-ia32.cc src/codegen/ia32/macro-assembler-ia32.h src/codegen/x64/macro-assembler-x64.cc src/codegen/x64/macro-assembler-x64.h src/common/globals.h src/heap/basic-memory-chunk.cc src/heap/basic-memory-chunk.h src/heap/marking-inl.h src/heap/marking.h src/heap/memory-allocator.cc src/heap/memory-chunk-header.cc src/heap/memory-chunk-header.h src/heap/memory-chunk-layout.cc src/heap/memory-chunk-layout.h src/heap/memory-chunk.h
[wasm] Fix use-after-free in WasmFullDecoder
89930eed
10

Author: Manos Koukoutos

Date: 2024-01-11 09:35:13 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

src/ic/handler-configuration.cc src/ic/handler-configuration.h src/ic/ic.cc src/ic/ic.h
[maglev] Disable hoisting of OSR value phi untagging
26c82937
5

Author: Olivier Flückiger

Date: 2024-01-08 11:04:37 UTC

Patterns Matched:

  • Weak Cryptography - sha1

Files Changed:

src/execution/isolate-inl.h
[sandbox] Improve stack overflow detection in crash filter
7e5399e8
10

Author: Samuel Groß

Date: 2024-01-04 12:04:55 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/codegen/ppc/macro-assembler-ppc.cc src/codegen/s390/macro-assembler-s390.cc
[sandbox] Resolve sandbox crash filter TODO
645dffb9
10

Author: Samuel Groß

Date: 2023-12-18 15:09:44 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/regexp/experimental/experimental-compiler.cc src/regexp/experimental/experimental.cc src/regexp/experimental/experimental.h src/regexp/regexp.cc test/mjsunit/harmony/regexp-modifiers.js test/mjsunit/mjsunit.status
[heap] NotifyPossibleGarbage() needs to run on main thread
61c254f0
7

Author: Dominik Inführ

Date: 2023-12-07 09:07:45 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/zone/zone-containers.h
Reland "[heap] Switch to MainAllocator for shared space promotion"
3bb28f80
7

Author: Dominik Inführ

Date: 2023-11-27 08:34:42 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/flags/flag-definitions.h
[heap] Fix data race on Heap::global_allocation_limit_
bb9b37d1
9.9

Author: Dominik Inführ

Date: 2023-11-23 13:36:54 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/heap/heap.cc src/heap/heap.h
PPC/s390: Reland^5 "[wasm][x64] Run JS imports on the central stack"
502b1ffc
9

Author: Milad Fa

Date: 2023-11-16 20:21:23 UTC

Patterns Matched:

  • Buffer Overflow - stack-overflow

Files Changed:

src/heap/main-allocator.cc
Reland^5 "[wasm][x64] Run JS imports on the central stack"
aef80d12
9

Author: Thibaud Michaud

Date: 2023-11-16 16:02:58 UTC

Patterns Matched:

  • Buffer Overflow - stack-overflow

Files Changed:

src/builtins/riscv/builtins-riscv.cc
Revert "Reland^4 "[wasm][x64] Run JS imports on the central stack""
8081d323
9

Author: Leszek Swirski

Date: 2023-11-16 15:52:55 UTC

Patterns Matched:

  • Buffer Overflow - stack-overflow

Files Changed:

BUILD.gn
Reland^4 "[wasm][x64] Run JS imports on the central stack"
3ebc6678
9

Author: Thibaud Michaud

Date: 2023-11-16 13:40:19 UTC

Patterns Matched:

  • Buffer Overflow - stack-overflow

Files Changed:

DEPS
d8: Fix stray promise resolve task leading to UAF
7b54f201
9

Author: Michael Lippautz

Date: 2023-11-13 12:01:08 UTC

Patterns Matched:

  • Use After Free - UAF

Files Changed:

src/d8/d8.cc
[promises, async stack traces] Fix the case when the closure has run
bde3d360
10

Author: Marja Hölttä

Date: 2023-11-14 13:45:27 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

src/heap/main-allocator.cc src/heap/main-allocator.h
[heap] DCHECK that LABs are either used in or outside GC
d20e2319
7

Author: Dominik Inführ

Date: 2023-11-09 12:48:39 UTC

Patterns Matched:

  • Race Condition - race condition

Files Changed:

src/wasm/turboshaft-graph-interface.cc
Fix iteration order of CallSiteInfo::BodyDescriptor
5d3fe0fd
9

Author: Samuel Groß

Date: 2023-11-07 08:26:10 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

src/objects/objects-body-descriptors-inl.h
Reland "[wasm] Single landing pad for trap handlers"
49d78b89
5

Author: Andreas Haas

Date: 2023-10-27 08:43:14 UTC

Patterns Matched:

  • Null Pointer Dereference - segfault

Files Changed:

src/wasm/turboshaft-graph-interface.cc
Revert "[wasm] Single landing pad for trap handlers"
84eecd6a
5

Author: Manos Koukoutos

Date: 2023-10-27 07:24:23 UTC

Patterns Matched:

  • Null Pointer Dereference - segfault

Files Changed:

test/test262/tools/v8configs.py
[wasm] Single landing pad for trap handlers
682d41b0
5

Author: Andreas Haas

Date: 2023-10-27 05:35:09 UTC

Patterns Matched:

  • Null Pointer Dereference - segfault

Files Changed:

src/parsing/parser-base.h
[wasm][turboshaft] WasmGCTypeReducer: Add segfault reproducer test case
b2f33481
10

Author: Matthias Liedtke

Date: 2023-10-10 10:10:21 UTC

Patterns Matched:

  • Null Pointer Dereference - segfault

Files Changed:

src/heap/main-allocator.cc src/heap/main-allocator.h src/heap/new-spaces.cc src/heap/new-spaces.h src/runtime/runtime-test.cc
[maglev] Fix some DCHECKs in MSVC builds
8b12727e
9

Author: Lei Zhang

Date: 2023-09-29 07:06:06 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

DEPS
[isolate] Further increase allowed stack overflow for sanitizer builds
87a421f3
10

Author: Jakob Linke

Date: 2023-09-19 07:07:37 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/wasm/canonical-types.cc src/wasm/canonical-types.h src/wasm/module-instantiate.cc test/message/wasm-recognize-imports.js test/mjsunit/wasm/imported-strings.js test/unittests/wasm/module-decoder-unittest.cc
[compiler] Fix debug-only race because of missing Handle
c50a82b0
9

Author: Darius M

Date: 2023-09-15 07:55:40 UTC

Patterns Matched:

  • Use After Free - dangling pointer

Files Changed:

src/compiler/heap-refs.cc
[wasm] Load the node before invalidating the state in int64 lowering
70cf4bf9
10

Author: Andreas Haas

Date: 2023-09-15 07:12:11 UTC

Patterns Matched:

  • Use After Free - dangling pointer

Files Changed:

src/compiler/backend/riscv/instruction-selector-riscv.h src/compiler/backend/riscv/instruction-selector-riscv32.cc src/compiler/backend/riscv/instruction-selector-riscv64.cc
[codegen][x64] Stress smis by clobbering unused bits
501e56f5
9

Author: Olivier Flückiger

Date: 2023-09-08 13:20:01 UTC

Patterns Matched:

  • Type confusion - type confusion

Files Changed:

DEPS
Update ICU (trusted)
f6b61750
7

Author: v8-ci-autoroll-builder

Date: 2023-09-01 04:45:57 UTC

Patterns Matched:

  • Double Free - double free

Files Changed:

DEPS
[parser] Inherit language mode for eval'd scripts
32e3f74e
10

Author: Simon Zünd

Date: 2023-08-30 05:20:50 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

include/v8-object.h samples/process.cc src/api/api.cc test/cctest/test-api.cc test/cctest/test-api.h test/cctest/test-serialize.cc test/unittests/objects/value-serializer-unittest.cc
[fuzzilli] Add some more crash tests
a63203b3
10

Author: Samuel Groß

Date: 2023-08-25 16:03:24 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

src/heap/heap.cc src/heap/heap.h src/heap/mark-compact.cc
Remove AllowLargeObjectAllocation
c5c7293b
9

Author: Shu-yu Guo

Date: 2023-08-22 23:53:41 UTC

Patterns Matched:

  • Use After Free - UAF

Files Changed:

src/ic/accessor-assembler.cc
Use SA_ONSTACK when installing signal handlers
600c599b
10

Author: Samuel Groß

Date: 2023-08-11 10:30:23 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/builtins/arm/builtins-arm.cc src/builtins/arm64/builtins-arm64.cc src/builtins/ia32/builtins-ia32.cc src/builtins/loong64/builtins-loong64.cc src/builtins/mips64/builtins-mips64.cc src/builtins/ppc/builtins-ppc.cc src/builtins/riscv/builtins-riscv.cc src/builtins/s390/builtins-s390.cc src/builtins/x64/builtins-x64.cc test/unittests/interpreter/interpreter-assembler-unittest.cc
[sandbox] Restore all signal handlers in sandbox crash filter
3f1ebc79
7.1

Author: Samuel Groß

Date: 2023-08-14 10:38:53 UTC

Patterns Matched:

  • Null Pointer Dereference - SIGSEGV

Files Changed:

src/compiler/backend/loong64/instruction-selector-loong64.cc src/compiler/backend/mips64/instruction-selector-mips64.cc
Reland^3 "[wasm] Do not inline export wrappers for JSPI"
b71a94aa
10

Author: Thibaud Michaud

Date: 2023-07-28 09:09:34 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/compiler/backend/instruction-selector.cc src/compiler/turboshaft/assembler.h src/compiler/turboshaft/graph-builder.cc src/compiler/turboshaft/int64-lowering-reducer.h src/compiler/turboshaft/machine-optimization-reducer.h src/compiler/turboshaft/operation-matching.h src/compiler/turboshaft/operations.cc src/compiler/turboshaft/operations.h src/compiler/turboshaft/recreate-schedule.cc src/compiler/turboshaft/representations.cc src/compiler/turboshaft/representations.h
Revert "Reland "Reland "[wasm] Do not inline export wrappers for JSPI"""
fc299ac2
10

Author: Shu-yu Guo

Date: 2023-07-27 17:20:00 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

BUILD.bazel BUILD.gn src/builtins/set-intersection.tq src/builtins/set-is-subset-of.tq src/init/bootstrapper.cc test/mjsunit/harmony/set-is-subset-of.js
Reland "Reland "[wasm] Do not inline export wrappers for JSPI""
9b7d2a9c
9.9

Author: Thibaud Michaud

Date: 2023-07-26 15:28:25 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/json/json-stringifier.cc src/strings/string-builder.cc
[heap] Remove DCHECK from MemoryAllocator::IsOutsideAllocatedSpace
35eaaaf4
10

Author: Nikolaos Papaspyrou

Date: 2023-07-26 12:49:55 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/compiler/decompression-optimizer.cc src/compiler/decompression-optimizer.h src/compiler/machine-graph-verifier.cc
Revert "Reland "[wasm] Do not inline export wrappers for JSPI""
9776f53d
10

Author: Leszek Swirski

Date: 2023-07-26 09:46:59 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/compiler/heap-refs.h src/compiler/js-call-reducer.cc src/objects/shared-function-info-inl.h src/objects/shared-function-info.h
Reland "[wasm] Do not inline export wrappers for JSPI"
9ee1ba17
9.9

Author: Thibaud Michaud

Date: 2023-07-25 12:02:33 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/builtins/wasm-to-js.tq src/wasm/module-instantiate.cc
Reland "[ignition] Fast construct calls"
a4c0940f
10

Author: Victor Gomes

Date: 2023-07-24 11:08:12 UTC

Patterns Matched:

  • Buffer Overflow - Stack overflow

Files Changed:

src/compiler/turboshaft/assembler.h src/compiler/turboshaft/operations.h src/compiler/turboshaft/optimization-phase.h src/compiler/turboshaft/recreate-schedule.cc src/compiler/turboshaft/type-inference-analysis.h src/compiler/turboshaft/wasm-lowering-reducer.h src/compiler/wasm-gc-lowering.cc src/wasm/turboshaft-graph-interface.cc
[heap] Fix bug in untyped shared remembered set handling
c53a7dff
10

Author: Omer Katz

Date: 2023-07-10 21:06:49 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/compiler/turboshaft/int64-lowering-reducer.h src/compiler/turboshaft/operations.cc src/compiler/turboshaft/operations.h src/compiler/turboshaft/recreate-schedule.cc test/mjsunit/wasm/turboshaft/int64-lowering.js
[inspector] Reference ProtocolPromiseHandlers by Id instead of by ptr
6f4420b0
10

Author: Simon Zünd

Date: 2023-07-05 08:23:51 UTC

Patterns Matched:

  • Use After Free - dangling pointer

Files Changed:

src/compiler/access-builder.cc src/compiler/constant-folding-reducer.cc src/compiler/effect-control-linearizer.cc src/compiler/js-native-context-specialization.cc src/compiler/js-typed-lowering.cc src/compiler/operation-typer.cc src/compiler/operation-typer.h src/compiler/representation-change.cc src/compiler/turboshaft/machine-lowering-reducer.h src/compiler/type-cache.h src/compiler/typed-optimization.cc src/compiler/typer.cc src/compiler/types.cc src/compiler/types.h src/compiler/verifier.cc src/objects/turbofan-types.tq test/unittests/compiler/types-unittest.cc
[inspector] Fix use-after-free of WrapOptions
2c1289d7
10

Author: Simon Zünd

Date: 2023-07-03 07:44:04 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

src/heap/incremental-marking.cc src/heap/mark-compact.cc src/heap/mark-compact.h src/heap/remembered-set.h
[sandbox] Fix memory leak on Windows
0992e04d
8.7

Author: Samuel Groß

Date: 2023-06-29 11:47:34 UTC

Patterns Matched:

  • Memory Leak - memory leak

Files Changed:

src/api/api.cc src/base/platform/platform.cc src/base/platform/platform.h
[compiler] Fix bad store because of concurrently finish slack tracking
7effdbf9
10

Author: Darius M

Date: 2023-06-28 05:25:54 UTC

Patterns Matched:

  • Null Pointer Dereference - segfault

Files Changed:

src/maglev/arm/maglev-assembler-arm.cc src/maglev/arm/maglev-ir-arm.cc src/maglev/arm64/maglev-assembler-arm64.cc src/maglev/arm64/maglev-ir-arm64.cc src/maglev/maglev-assembler.h src/maglev/maglev-ir.cc src/maglev/x64/maglev-assembler-x64.cc src/maglev/x64/maglev-ir-x64.cc
[parser] Rewriter: handle stack overflows gracefully
e0751483
10

Author: Marja Hölttä

Date: 2023-06-16 13:43:47 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/wasm/wasm-objects-inl.h src/wasm/wasm-objects.cc src/wasm/wasm-objects.h
[inspector] Remove outdated test
7144fdef
10

Author: Igor Sheludko

Date: 2023-06-07 09:56:11 UTC

Patterns Matched:

  • Use After Free - UaF
  • Memory Leak - memory leak

Files Changed:

src/codegen/arm/assembler-arm.h src/maglev/arm/maglev-assembler-arm-inl.h src/maglev/arm64/maglev-assembler-arm64-inl.h src/maglev/maglev-assembler-inl.h src/maglev/x64/maglev-assembler-x64-inl.h
[frames] Remove V8_EXPORT_PRIVATE from StackFrameIteratorForProfiler
f2daf5ae
10

Author: Simon Zünd

Date: 2023-05-30 12:03:26 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/heap/cppgc-js/cpp-snapshot.cc test/unittests/heap/cppgc-js/unified-heap-snapshot-unittest.cc
[wasm][fuzzer] Avoid stack overflow
cbd6bb0f
10

Author: Andreas Haas

Date: 2023-05-26 10:20:30 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/maglev/arm64/maglev-assembler-arm64-inl.h src/maglev/arm64/maglev-assembler-arm64.cc src/maglev/maglev-assembler-inl.h src/maglev/maglev-assembler.h src/maglev/maglev-code-generator.cc src/maglev/maglev-ir.h src/maglev/x64/maglev-assembler-x64-inl.h src/maglev/x64/maglev-ir-x64.cc
[runtime] Create unoptimized data even if compilation is aborted
0e07abe6
9

Author: Igor Sheludko

Date: 2023-05-24 09:26:30 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

include/v8-internal.h
[maglev] Flush compilation jobs when the debugger is enabled
290f58ad
10

Author: Olivier Flückiger

Date: 2023-05-23 13:19:17 UTC

Patterns Matched:

  • Race Condition - race condition

Files Changed:

BUILD.gn gni/v8.gni test/unittests/heap/cppgc/age-table-unittest.cc
Check for background deserialization in CollectSourcePositionsForAllBytecodeArrays
35b8bd30
10

Author: Luis Fernando Pardo Sixtos

Date: 2023-05-08 23:23:20 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/baseline/baseline-batch-compiler.cc src/codegen/compiler.cc src/common/code-memory-access-inl.h src/common/code-memory-access.cc src/common/code-memory-access.h src/compiler-dispatcher/optimizing-compile-dispatcher.cc src/execution/isolate.cc src/heap/concurrent-marking.cc src/heap/mark-compact.cc src/heap/scavenger.cc src/heap/sweeper.cc test/cctest/heap/test-concurrent-allocation.cc test/cctest/wasm/test-jump-table-assembler.cc
Revert "Reland "Reland "[turbofan] Optimize access to the length property of functions"""
5aeaa99e
10

Author: Jakob Linke

Date: 2023-05-17 10:38:42 UTC

Patterns Matched:

  • Null Pointer Dereference - null pointer

Files Changed:

test/cctest/cctest.cc test/cctest/cctest.h test/cctest/heap/heap-utils.cc test/cctest/heap/heap-utils.h test/cctest/heap/test-alloc.cc test/cctest/heap/test-array-buffer-tracker.cc test/cctest/heap/test-compaction.cc test/cctest/heap/test-concurrent-allocation.cc test/cctest/heap/test-concurrent-marking.cc test/cctest/heap/test-external-string-tracker.cc test/cctest/heap/test-heap.cc test/cctest/heap/test-mark-compact.cc test/cctest/heap/test-spaces.cc test/cctest/heap/test-unmapper.cc test/cctest/heap/test-weak-references.cc test/cctest/test-accessors.cc test/cctest/test-api-array-buffer.cc test/cctest/test-api-interceptors.cc test/cctest/test-api-typed-array.cc test/cctest/test-api.cc
Reland "Reland "[turbofan] Optimize access to the length property of functions""
2cf20f30
7.1

Author: Jérôme Vouillon

Date: 2023-05-11 13:45:58 UTC

Patterns Matched:

  • Null Pointer Dereference - null pointer

Files Changed:

src/heap/sweeper.cc src/heap/sweeper.h
Ensure correct order of destruction for sessions and channels in tests
ad655dc0
9

Author: Simon Zünd

Date: 2023-05-08 06:09:36 UTC

Patterns Matched:

  • Use After Free - UaF

Files Changed:

test/fuzzer/wasm-compile.cc
[etw] Fix possible race condition in ExistingCodeLogger::LogCompiledFunctions
09f1e0d9
10

Author: Paolo Severini

Date: 2023-05-01 21:24:58 UTC

Patterns Matched:

  • Race Condition - race condition

Files Changed:

include/v8-isolate.h src/builtins/builtins-string-gen.cc src/codegen/code-stub-assembler.cc src/codegen/code-stub-assembler.h src/execution/isolate.cc src/execution/isolate.h src/execution/protectors.h src/heap/setup-heap-internal.cc src/init/heap-symbols.h src/objects/js-objects.cc src/objects/lookup-inl.h src/objects/lookup.cc src/roots/roots.h src/roots/static-roots.h tools/v8heapconst.py
[inspector] Fix use-after-free in inspector-test harness
edb991e3
10

Author: Simon Zünd

Date: 2023-04-26 10:24:27 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

BUILD.gn test/fuzzer/BUILD.gn test/fuzzer/regexp-builtins.cc test/fuzzer/regexp_builtins/mjsunit.js test/fuzzer/regexp_builtins/mjsunit.js.h
Reland "[wasm] Fix type confusion in Liftoff's AtomicWait implementation"
944c2933
10

Author: Andreas Haas

Date: 2023-04-24 08:44:40 UTC

Patterns Matched:

  • Type confusion - type confusion

Files Changed:

test/cctest/test-shared-strings.cc test/unittests/heap/global-safepoint-unittest.cc test/unittests/js-atomics/js-atomics-synchronization-primitive-unittest.cc test/unittests/test-utils.h
Revert "[wasm] Fix type confusion in Liftoff's AtomicWait implementation"
11e5d136
9

Author: Ilya Rezvov

Date: 2023-04-21 17:46:09 UTC

Patterns Matched:

  • Type confusion - type confusion

Files Changed:

src/maglev/maglev-graph-builder.cc
[wasm] Fix type confusion in Liftoff's AtomicWait implementation
d31a2939
10

Author: Andreas Haas

Date: 2023-04-21 15:05:06 UTC

Patterns Matched:

  • Type confusion - type confusion

Files Changed:

BUILD.gn src/builtins/profile-data-reader.cc src/builtins/profile-data-reader.h src/compiler/pipeline.cc src/compiler/schedule.cc src/compiler/schedule.h src/compiler/scheduler.cc src/flags/flag-definitions.h tools/turbolizer/README.md tools/turbolizer/src/phases/schedule-phase.ts tools/turbolizer/src/views/schedule-view.ts
Revert "[string] don't always lock during externalization"
ed43dcc0
10

Author: Matthias Liedtke

Date: 2023-04-14 08:54:16 UTC

Patterns Matched:

  • Race Condition - Race condition

Files Changed:

src/compiler/wasm-compiler.cc src/compiler/wasm-graph-assembler.cc src/compiler/wasm-graph-assembler.h src/diagnostics/objects-printer.cc src/wasm/baseline/liftoff-compiler.cc src/wasm/wasm-objects-inl.h src/wasm/wasm-objects.cc src/wasm/wasm-objects.h src/wasm/wasm-objects.tq test/common/wasm/wasm-interpreter.cc
[maglev] Fix materialising HoleyFloat64 moves
842242ae
10

Author: Leszek Swirski

Date: 2023-04-03 10:57:33 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

include/v8-profiler.h include/v8-unwinder.h src/profiler/tick-sample.h
Avoid use after free during gen-static-roots
4f94782e
10

Author: Seth Brenith

Date: 2023-03-29 15:27:24 UTC

Patterns Matched:

  • Use After Free - use after free

Files Changed:

src/flags/flag-definitions.h test/cctest/test-js-to-wasm.cc
Remove obsolete test mjsunit/regress/regress-crbug-467047
8c385eda
10

Author: Jakob Linke

Date: 2023-03-29 07:25:41 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/execution/arm64/pointer-authentication-arm64.h test/unittests/BUILD.gn test/unittests/codegen/pointer-auth-arm64-unittest.cc test/unittests/execution/pointer-auth-arm64-unittest.cc
Fix UAF in async hooks
ff26f7fe
10

Author: Maya Lekova

Date: 2023-03-28 13:46:52 UTC

Patterns Matched:

  • Use After Free - UAF

Files Changed:

src/baseline/baseline-compiler.cc src/flags/flag-definitions.h
[maglev] Add Smi check to TransitionElementsKinds
8635e0bd
5

Author: Leszek Swirski

Date: 2023-03-20 10:00:09 UTC

Patterns Matched:

  • Null Pointer Dereference - segfault

Files Changed:

BUILD.gn
Add target and builders for verifying deterministic mksnapshot output
8d06356c
10

Author: Michael Achenbach

Date: 2023-03-17 09:17:17 UTC

Patterns Matched:

  • Weak Cryptography - md5

Files Changed:

src/heap/concurrent-marking.cc src/heap/incremental-marking-inl.h src/heap/large-spaces.cc src/heap/mark-compact.cc src/heap/marking-state-inl.h src/heap/marking-state.h test/cctest/heap/test-write-barrier.cc test/unittests/heap/heap-unittest.cc test/unittests/heap/marking-inner-pointer-resolution-unittest.cc
[heap] Fix race in ephemeron remembered set
f8b9421f
10

Author: Omer Katz

Date: 2023-03-14 14:48:25 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/heap/allocation-observer.cc src/heap/allocation-observer.h src/heap/heap.h src/heap/large-spaces.cc src/heap/large-spaces.h src/heap/spaces.cc src/heap/spaces.h test/unittests/heap/allocation-observer-unittest.cc
[class] handle failures in ParseClassForInstanceMemberInitialization
3a70a84e
10

Author: Joyee Cheung

Date: 2023-02-21 15:50:26 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/builtins/builtins-definitions.h src/builtins/builtins-string-gen.cc src/builtins/builtins-string-gen.h src/builtins/wasm.tq src/compiler/wasm-compiler.cc src/torque/types.cc src/wasm/baseline/liftoff-compiler.cc src/wasm/wasm-code-manager.h
Remove Xenial instrumented libraries from DEPS
1d2aaf42
5

Author: Alexander Schulze

Date: 2023-02-22 11:23:46 UTC

Patterns Matched:

  • Weak Cryptography - sha1

Files Changed:

src/heap/heap.cc
Reland "[wasm] Do not store element segment entries in WasmModule"
dc7926be
10

Author: Manos Koukoutos

Date: 2023-02-21 12:58:39 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/builtins/builtins-definitions.h src/builtins/builtins-ic-gen.cc src/codegen/interface-descriptors.h src/ic/accessor-assembler.cc src/ic/accessor-assembler.h src/maglev/maglev-graph-builder.cc
Revert "[wasm] Do not store element segment entries in WasmModule"
c3be02bd
10

Author: Clemens Backes

Date: 2023-02-19 11:32:35 UTC

Patterns Matched:

  • Race Condition - Data race

Files Changed:

src/heap/factory-base.cc src/heap/factory-base.h src/json/json-parser.cc src/json/json-parser.h
[liftoff] Move stack state vector to the Zone
19cb3020
5

Author: Clemens Backes

Date: 2023-02-17 16:39:18 UTC

Patterns Matched:

  • Memory Leak - memory leak

Files Changed:

test/mjsunit/regress/wasm/regress-struct-set-into-unreachable.js
[compiler] fix concurrent compilation race on accessing JSFunction::code
23e7e5ff
9.9

Author: Tobias Tebbi

Date: 2023-02-17 09:14:37 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/objects/map.cc src/objects/objects.cc
Fix data race when writing to Profiler::overflow_
29d54b04
7

Author: Omer Katz

Date: 2023-01-23 09:39:45 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

test/mjsunit/mjsunit.status
[heap] Fix race in MarkingBarrier
54d255ab
10

Author: Omer Katz

Date: 2023-01-19 18:41:37 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

test/debugger/testcfg.py test/debugging/testcfg.py test/inspector/testcfg.py test/intl/testcfg.py test/message/testcfg.py test/mjsunit/testcfg.py test/webkit/testcfg.py tools/testrunner/base_runner.py tools/testrunner/local/testsuite.py tools/testrunner/local/testsuite_test.py tools/testrunner/objects/testcase.py tools/testrunner/objects/testcase_test.py tools/testrunner/test_config.py tools/testrunner/testdata/expected_test_results1.json tools/testrunner/testdata/expected_test_results2.json tools/testrunner/testproc/shard.py tools/testrunner/testproc/util.py tools/testrunner/utils/augmented_options.py
[parser] Check for stack overflow in ParseFunctionBody
1219328b
10

Author: Leszek Swirski

Date: 2023-01-13 11:05:42 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/d8/d8.cc src/d8/d8.h
[wasm][streaming] Avoid UAF after context disposal
68047ec3
10

Author: Clemens Backes

Date: 2023-01-04 16:20:51 UTC

Patterns Matched:

  • Use After Free - UAF

Files Changed:

src/maglev/arm64/maglev-ir-arm64.cc src/maglev/x64/maglev-ir-x64.cc
[sandbox] Initialize EPT evacuation entries atomically
f0254afa
7

Author: Samuel Groß

Date: 2023-01-04 12:13:12 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/heap/cppgc-js/cpp-heap.cc
Re-enable mjsunit/md5 for future/maglev
53314cdc
5

Author: pthier

Date: 2022-12-23 08:30:06 UTC

Patterns Matched:

  • Weak Cryptography - md5

Files Changed:

src/maglev/arm64/maglev-ir-arm64.cc
Skip mjsunit/md5 under --future due to maglev
477116fb
5

Author: Adam Klein

Date: 2022-12-21 18:25:42 UTC

Patterns Matched:

  • Weak Cryptography - md5

Files Changed:

src/api/api.cc
[wasm] Make disassembler more robust for invalid modules
c38e2ce4
10

Author: Jakob Kummerow

Date: 2022-12-16 17:11:50 UTC

Patterns Matched:

  • Null Pointer Dereference - segfault

Files Changed:

src/compiler/access-builder.cc src/compiler/heap-refs.cc src/compiler/js-native-context-specialization.cc src/compiler/opcodes.h src/compiler/operation-typer.cc src/compiler/simplified-lowering.cc src/compiler/simplified-operator.cc src/compiler/simplified-operator.h src/compiler/type-cache.h src/compiler/use-info.h src/compiler/verifier.cc test/mjsunit/compiler/bigint64-array.js
[wasm] Add more checks around streaming compilation
9b3e6626
10

Author: Clemens Backes

Date: 2022-12-15 17:34:27 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

src/objects/heap-object.h src/objects/js-function.cc src/objects/js-objects.cc src/objects/map.cc src/objects/objects-inl.h src/objects/objects.h test/mjsunit/shared-memory/shared-struct-surface.js
[asm] In LogCode, use empty string instead of nullptr as default url
3706e2e2
10

Author: Andreas Haas

Date: 2022-12-16 07:15:39 UTC

Patterns Matched:

  • Null Pointer Dereference - segfault

Files Changed:

BUILD.bazel BUILD.gn src/compiler/js-intrinsic-lowering.cc src/compiler/js-intrinsic-lowering.h src/compiler/memory-optimizer.cc src/compiler/opcodes.h src/compiler/pipeline.cc src/compiler/simplified-lowering.cc src/compiler/simplified-operator.cc src/compiler/simplified-operator.h src/compiler/turboshaft/assembler.h src/compiler/turboshaft/graph-builder.cc src/compiler/turboshaft/graph-builder.h src/compiler/turboshaft/operations.h src/compiler/turboshaft/optimization-phase.h src/compiler/turboshaft/recreate-schedule.cc src/compiler/turboshaft/type-inference-reducer.h src/compiler/turboshaft/type-parser.cc src/compiler/turboshaft/type-parser.h src/compiler/turboshaft/types.cc
[heap] Replace ZapCode in Sweeper with an atomic variant
825915a7
7

Author: Omer Katz

Date: 2022-12-07 22:40:28 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/heap/sweeper.cc
[maglev] Record the maximum call args
9db020e7
10

Author: Leszek Swirski

Date: 2022-12-05 14:15:59 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/heap/heap.cc test/mjsunit/regress/regress-crbug-1395117.js
[d8] Make the profileEnd callback isolate-specific
60d9dd35
9

Author: Andreas Haas

Date: 2022-12-05 13:13:52 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

src/heap/mark-compact.cc
Reland "[wasm] Remove StartDecoding method"
167ac0c0
10

Author: Clemens Backes

Date: 2022-12-01 15:51:56 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

src/codegen/ppc/macro-assembler-ppc.cc src/codegen/ppc/macro-assembler-ppc.h src/compiler/backend/ppc/code-generator-ppc.cc src/wasm/baseline/ppc/liftoff-assembler-ppc.h
[d8] Make CPU profiling more thread-safe
e135163d
9

Author: Andreas Haas

Date: 2022-11-30 16:21:04 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

DEPS
Revert "unified-young-gen: Trace cross-heap references"
bdf634f8
10

Author: Shu-yu Guo

Date: 2022-11-17 00:05:42 UTC

Patterns Matched:

  • Race Condition - Data race

Files Changed:

src/heap/cppgc-js/cpp-heap.cc src/heap/cppgc-js/unified-heap-marking-visitor.cc src/heap/cppgc-js/unified-heap-marking-visitor.h src/heap/marking-visitor-inl.h src/heap/marking-visitor.h src/heap/objects-visiting-inl.h src/heap/objects-visiting.h src/heap/scavenger-inl.h test/unittests/heap/cppgc-js/young-unified-heap-unittest.cc
[wasm] Refactor native module cache API
bb717e6f
10

Author: Clemens Backes

Date: 2022-11-14 16:39:16 UTC

Patterns Matched:

  • Use After Free - UAF

Files Changed:

test/fuzzer/wasm-async.cc test/fuzzer/wasm-code.cc test/fuzzer/wasm-compile.cc test/fuzzer/wasm-fuzzer-common.cc test/fuzzer/wasm-streaming.cc test/fuzzer/wasm.cc
[wasm] Fix dangling pointer
286a3570
9

Author: Clemens Backes

Date: 2022-11-11 14:22:46 UTC

Patterns Matched:

  • Use After Free - dangling pointer

Files Changed:

tools/whitespace.txt
[liftoff] Rename kPointerKind to kIntPtrKind
03498726
10

Author: Clemens Backes

Date: 2022-11-10 15:12:34 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

src/heap/heap.cc src/heap/new-spaces.cc src/heap/new-spaces.h
[wasm] Fix memory leak in WebAssembly streaming interface
0cae66a5
5

Author: Matthias Liedtke

Date: 2022-10-13 14:41:07 UTC

Patterns Matched:

  • Memory Leak - memory leak

Files Changed:

src/maglev/maglev-ir.cc
[ia32] Lower default stack size to 864 KB.
1e124ff8
10

Author: Jakob Kummerow

Date: 2022-10-07 18:27:16 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/codegen/riscv/macro-assembler-riscv.cc src/codegen/riscv/macro-assembler-riscv.h src/compiler/backend/riscv/code-generator-riscv.cc src/compiler/backend/riscv/instruction-codes-riscv.h src/compiler/backend/riscv/instruction-scheduler-riscv.cc src/compiler/backend/riscv/instruction-selector-riscv64.cc
[turbofan] Tentatively fix a data race in GetOwnConstantElementFromHeap
d0776550
10

Author: Jakob Linke

Date: 2022-10-05 12:04:15 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

BUILD.bazel BUILD.gn src/handles/global-handles.cc src/heap/concurrent-marking.cc src/heap/cppgc-js/cpp-heap.cc src/heap/cppgc-js/unified-heap-marking-state-inl.h src/heap/cppgc-js/unified-heap-marking-state.cc src/heap/global-handle-marking-visitor.cc src/heap/global-handle-marking-visitor.h src/heap/heap-inl.h src/heap/heap.cc src/heap/heap.h src/heap/incremental-marking-inl.h src/heap/incremental-marking.cc src/heap/incremental-marking.h src/heap/invalidated-slots-inl.h src/heap/invalidated-slots.cc src/heap/invalidated-slots.h src/heap/large-spaces.cc src/heap/mark-compact-inl.h
[inspector] Fix user-after-free bug around async evaluations
699147d1
9

Author: Simon Zünd

Date: 2022-09-30 11:47:11 UTC

Patterns Matched:

  • Use After Free - use-after-free

Files Changed:

src/maglev/maglev-graph-builder.cc
[heap] Fix data race when setting COMPACTION_WAS_ABORTED page flag
d32b5ab9
7

Author: Dominik Inführ

Date: 2022-09-28 14:30:34 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/heap/mark-compact.cc
[msvc] fix ambiguous call to function in assembler test
7ddb8399
9

Author: Pierrick Bouvier

Date: 2022-09-23 14:33:11 UTC

Patterns Matched:

  • Type confusion - confused

Files Changed:

src/objects/simd.cc
cppgc: Fix data race in DCHECK between markers
bae99d5b
10

Author: Anton Bikineev

Date: 2022-08-29 12:29:22 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

include/v8-callbacks.h include/v8-isolate.h include/v8-metrics.h include/v8-wasm.h src/api/api.cc src/wasm/wasm-js.cc
[heap] Fix data race in YoungGenerationMarkingVisitorBase
ae44450b
10

Author: Leon Bettscheider

Date: 2022-08-25 18:30:23 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/codegen/maglev-safepoint-table.cc src/codegen/maglev-safepoint-table.h src/execution/frames.cc src/execution/frames.h
[maglev] Fix stack overflow issues
4116937c
10

Author: Leszek Swirski

Date: 2022-08-23 13:25:34 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

src/maglev/maglev-code-gen-state.h src/maglev/maglev-code-generator.cc
cppgc: Avoid fragmentation in NormalPageMemoryRegion
1d3a1c6f
9

Author: Anton Bikineev

Date: 2022-08-18 21:31:30 UTC

Patterns Matched:

  • Type confusion - type confusion

Files Changed:

include/cppgc/visitor.h
[wasm] Fix types used in Result and Decoder::toResult
e1754372
10

Author: Clemens Backes

Date: 2022-08-01 15:51:41 UTC

Patterns Matched:

  • Use After Free - UAF

Files Changed:

src/maglev/maglev-graph-builder.cc src/maglev/maglev-graph-builder.h src/maglev/maglev-graph-verifier.h src/maglev/maglev-ir.cc src/maglev/maglev-ir.h
Revert "Reland "cppgc: Enable pointer compression by default on Desktop""
e93a09c2
7

Author: Leszek Swirski

Date: 2022-07-25 15:15:25 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/execution/frames.cc
Reland "cppgc: Enable pointer compression by default on Desktop"
c3f18ae6
7

Author: Anton Bikineev

Date: 2022-07-14 09:47:42 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/maglev/maglev-graph-builder.cc
[wasm] Fix/improve StringBuilder buffer growth
0460e63f
10

Author: Jakob Kummerow

Date: 2022-07-19 11:50:43 UTC

Patterns Matched:

  • Memory Leak - memory leak

Files Changed:

src/compiler/wasm-compiler.cc src/heap/factory.cc src/wasm/wasm-js.cc src/wasm/wasm-objects.cc src/wasm/wasm-objects.tq test/mjsunit/wasm/stack-switching.js
cppgc: shared-cage: Fix UaF when lsan is enabled
a1da1458
9

Author: Anton Bikineev

Date: 2022-06-28 17:36:45 UTC

Patterns Matched:

  • Use After Free - UaF

Files Changed:

DEPS
cppgc: shared-heap: Fix data race around CagedHeap::large_pages_
739acb48
10

Author: Anton Bikineev

Date: 2022-06-15 10:38:17 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/builtins/builtins-temporal.cc src/objects/js-temporal-objects.cc src/objects/js-temporal-objects.h test/test262/test262.status
[Intl] Check for stack overflow before JSNumberFormat::New()
04b2f446
10

Author: Igor Sheludko

Date: 2022-06-14 18:33:51 UTC

Patterns Matched:

  • Buffer Overflow - stack overflow

Files Changed:

include/v8-platform.h src/d8/d8-platforms.cc src/libplatform/default-job.cc src/libplatform/default-platform.cc src/libplatform/default-platform.h test/cctest/cctest.cc test/cctest/cctest.h test/cctest/wasm/test-streaming-compilation.cc test/cctest/wasm/test-wasm-metrics.cc test/unittests/compiler-dispatcher/compiler-dispatcher-unittest.cc
Reland "[heap] Avoid dynamic updates of FLAG_gc_interval"
7d34f881
10

Author: Clemens Backes

Date: 2022-06-08 16:17:03 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/codegen/compilation-cache.cc src/objects/compilation-cache-table-inl.h src/objects/compilation-cache-table.cc src/objects/compilation-cache-table.h test/cctest/test-serialize.cc
[sandbox] Implement sandbox crash filter
059903de
5

Author: Samuel Groß

Date: 2022-06-08 09:07:29 UTC

Patterns Matched:

  • Null Pointer Dereference - SIGSEGV

Files Changed:

test/mjsunit/mjsunit.status
[v8] Fix data race in TRACE_EVENT macros in cppgc
cd6afec2
9.9

Author: Gabriel Charette

Date: 2022-06-02 15:01:29 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

bazel/defs.bzl infra/mb/mb_config.pyl
[v8] Fix data race in TRACE_EVENT macros.
1abf6972
10

Author: Gabriel Charette

Date: 2022-06-02 14:58:39 UTC

Patterns Matched:

  • Race Condition - data race

Files Changed:

src/heap/factory.cc src/heap/heap.cc src/heap/heap.h src/heap/mark-compact.cc test/cctest/test-serialize.cc
[web snap] Use-after-free fix
b5ccb0ef
9

Author: Marja Hölttä

Date: 2022-05-31 10:02:21 UTC

Patterns Matched:

  • Use After Free - Use-after-free

Files Changed:

src/d8/d8.cc
Page 1 of 1
Git Analysis

Repository Timeline: 2021-06-13 to 2025-05-30

Top Contributors

AuthorCommitsFiles TouchedLast Activity
v8-ci-autoroll-builder 1446 2044 2025-05-30
Clemens Backes 1142 1904 2025-05-26
Leszek Swirski 949 1785 2025-05-28
Victor Gomes 837 1520 2025-05-30
Matthias Liedtke 823 1621 2025-05-27

Single Author Files (3518 total)

File Types Distribution:

ExtensionCountPercentage
.js 2093 59.5%
.h 378 10.7%
.cc 356 10.1%
.txt 145 4.1%
.py 77 2.2%
.json 64 1.8%
.mjs 58 1.6%
.tq 39 1.1%
.golden 29 0.8%
.out 25 0.7%
test/mjsunit/regress-409512701.js tools/clusterfuzz/js_fuzzer/random.js test/mjsunit/regress/wasm/regress-1202736.js test/debugger/debug/es6/debug-step-destructuring-bind.js test/debugger/debug/debug-evaluate-modify-catch-block-scope.js test/test262/local-tests/test/staging/explicit-resource-management/async-disposable-stack-dispose.js test/test262/local-tests/test/staging/explicit-resource-management/async-disposable-stack-move-on-disposed-stack.js test/mjsunit/harmony/async-await-optimization.js test/mjsunit/regress/regress-crbug-325135399.js test/unittests/heap/slot-set-unittest.cc tools/clusterfuzz/js_fuzzer/test_data/db/e2e_expected/UpdateExpression/9822c139a3406842de5446673fdd2613c4e6ca00.json tools/testrunner/testproc/stack_utils/testdata/analyze_crash/data_race_2.txt test/fuzzer/wasm/streaming.cc test/mjsunit/maglev/regress/regress-crbug-1433505.js test/inspector/cpu-profiler/console-profile-end-parameterless-crash-expected.txt src/d8/cov.h third_party/valgrind/valgrind.h test/mjsunit/compiler/regress-1423468.js test/mjsunit/regress/regress-crbug-1381404.js tools/snapshot/compare_mksnapshot_output.py

Stale Files (4309 total)

File Types Distribution:

ExtensionCountPercentage
.js 2008 46.6%
.cc 731 17%
.h 687 15.9%
.txt 169 3.9%
.py 144 3.3%
.tq 77 1.8%
.mjs 76 1.8%
.ts 57 1.3%
.json 44 1%
.golden 43 1%
Code Quality Analysis

Language Distribution

LanguageFilesLinesPercentage
Assembly 1 70 0%
Autoconf 1 1 0%
Bash 2 32 0%
Batch 2 36 0%
C 17 4182 0.1%
CHeader 1971 627696 16.6%
Cpp 1940 1852169 49.1%
CppHeader 1 844 0%
Css 7 1918 0.1%
Html 33 1815 0%
JavaScript 10705 1013708 26.9%
Json 119 17866 0.5%
Makefile 1 53 0%
Markdown 35 2513 0.1%
ModuleDef 1 5 0%
Perl 1 341 0%
Python 281 53912 1.4%
R 1 113 0%
Scheme 1 286 0%
Sh 36 2594 0.1%
Svg 2 2 0%
Text 1029 181313 4.8%
TypeScript 52 12341 0.3%
VimScript 3 203 0%
WebAssembly 13 124 0%

Complexity Analysis

FileComplexityFunctionsLines
src/common/segmented-table-inl.h 48 38 270
tools/predictable_wrapper.py 14 3 79
src/objects/dictionary-inl.h 23.5 37 390
test/mjsunit/regexp-lookbehind-experimental.js 18.5 3 123
test/unittests/heap/heap-utils.h 16.5 32 218
test/mjsunit/es6/completion.js 109.5 5 178
src/base/lazy-instance.h 12 21 257
test/mjsunit/compiler/string-add-try-catch.js 11 5 101
src/maglev/maglev-deopt-frame-visitor.h 23.5 21 136
src/compiler/turboshaft/wasm-load-elimination-reducer.h 116.5 161 1092
Commit Heatmap

Files colored by commit frequency - darker colors indicate more changes (higher risk):

Few commits
Many commits
DEPS
1668
flag-definit...
1094
maglev-graph...
1057
BUILD.gn
899
heap.cc
796
mark-compact.cc
638
maglev-ir.cc
628
maglev-ir.h
597
BUILD.bazel
580
maglev-graph...
577
isolate.cc
563
mjsunit.status
551
api.cc
536
liftoff-comp...
460
heap.h
444
wasm-compile...
440
factory.cc
433
turboshaft-g...
428
operations.h
415
code-stub-as...
409
assembler.h
399
objects-prin...
347
wasm-objects.cc
333
pipeline.cc
323
code-stub-as...
313
function-bod...
309
test262.status
296
module-compi...
292
isolate.h
291
compiler.cc
276
runtime-wasm.cc
273
builtins-x64.cc
267
globals.h
265
module-insta...
264
maglev-graph...
262
macro-assemb...
261
builtins-arm...
254
instruction-...
251
macro-assemb...
247
runtime.h
241
bootstrapper.cc
236
test-api.cc
233
v8-internal.h
231
incremental-...
229
objects-debu...
225
d8.cc
224
builtins-def...
221
wasm-js.cc
209
frames.cc
207
maglev-assem...
206
maglev-code-...
205
objects.cc
203
instruction-...
203
maglev-ir-ar...
202
code-generat...
199
wasm-objects.h
196
factory.h
196
wasm.tq
188
test-heap.cc
186
graph-builde...
184
operations.cc
184
graph-builde...
184
BUILD.gn
182
macro-assemb...
179
scavenger.cc
176
factory-base.cc
175
external-ref...
173
module-decod...
172
objects-body...
172
wasm-compiler.h
171
builtins-arm.cc
171
setup-heap-i...
170
runtime-test.cc
170
maglev-ir-x6...
170
instruction-...
169
builtins-ia3...
168
new-spaces.cc
168
sweeper.cc
166
wasm-code-ma...
166
wasm-code-ma...
166
cctest.status
165
js-call-redu...
162
concurrent-m...
162
macro-assemb...
161
builtins-ris...
159
marking-visi...
157
builtins-ppc.cc
157
builders.pyl
156
external-ref...
154
maglev-assem...
152
wasm-engine.cc
152
macro-assemb...
151
recreate-sch...
150
objects-inl.h
150
builtins-s39...
149
js-objects.cc
148
optimization...
148
macro-assemb...
147
deoptimizer.cc
146
mark-compact.h
146
cpp-heap.cc
145
code-generat...
144
builtins-loo...
144
js-temporal-...
143
v8-isolate.h
143
ic.cc
142
heap-refs.cc
139
maglev-inter...
138
paged-spaces.cc
135
simplified-l...
131
maglev-assem...
131
js-native-co...
128
maglev-regal...
126
wasm-module-...
126
opcodes.h
126
map.cc
125
gc-tracer.cc
125
code-generat...
121
macro-assemb...
121
baseline-com...
121
v8heapconst.py
121
heap-refs.h
121
macro-assemb...
120
mb_config.pyl
120
builtins-mip...
120
new-spaces.h
119
machine-opti...
119
base.tq
118
effect-contr...
115
function-bod...
113
maglev-compi...
112
macro-assemb...
111
static-roots.h
110
wasm-module.h
110
maglev-graph...
109
debug.cc
106
roots.h
105
code.h
105
bytecode-gen...
105
map.h
105
builtins-int...
105
code-generat...
104
large-spaces.cc
104
heap-snapsho...
104
heap-symbols.h
103
test-seriali...
103
marking-visi...
102
maglev-assem...
102
heap-inl.h
102
maglev-inter...
100
runtime-test...
100
wasm-objects...
100
macro-assemb...
99
test-shared-...
99
code-inl.h
99
wasm-objects.tq
99
json-stringi...
98
wasm-run-uti...
96
wasm-lowerin...
95
c-api.cc
94
minor-mark-s...
94
shared-funct...
94
machine-lowe...
94
liftoff-asse...
94
main-allocat...
93
macro-assemb...
93
macro-assemb...
93
BUILD.gn
92
wasm-opcodes.h
92
heap-object.h
91
macro-assemb...
91
objects-visi...
91
liftoff-asse...
90
accessor-ass...
90
unittests.st...
90
wasm-fuzzer-...
89
debug-interf...
89
log.cc
89
graph.h
89
factory-base.h
88
serializer.cc
88
heap-verifie...
88
code-generat...
88
simplified-o...
87
string.cc
86
instruction-...
86
deserializer.cc
86
code-generat...
85
parser.cc
85
local-heap.cc
84
scopes.cc
84
function-com...
83
variants.py
83
instruction-...
83
paged-spaces.h
82
instruction-...
81
maglev-assem...
81
code-assembl...
81
instruction-...
81
shared-funct...
80
verifier.cc
80
instruction-...
80
machine-oper...
80
contexts.h
80
heap-unittes...
80
maglev-phi-r...
80
instruction-...
79
parser-base.h
79
test-run-was...
79
maglev-assem...
78
machine-oper...
78
machine-lowe...
77
maglev-assem...
77
type-inferen...
77
builtins-arr...
77
simplified-o...
76
maglev-assem...
76
memory-alloc...
76
int64-loweri...
75
incremental-...
75
turboshaft-m...
75
setup-builti...
74
code-generat...
73
instruction-...
73
local-heap.h
73
code-memory-...
73
graph-assemb...
73
access-build...
72
heap-allocat...
72
builtins.h
72
memory-chunk.h
71
tiering-mana...
71
AUTHORS
71
heap-write-b...
70
runtime-call...
70
message-temp...
70
macro-assemb...
70
code-memory-...
70
canonical-ty...
69
handles.h
69
debug-evalua...
69
js-function.cc
69
test-spaces.cc
69
d8.h
69
translated-s...
69
wasm-compile.cc
69
cpp-heap.h
68
module-decod...
68
wasm-disasse...
68
instruction-...
68
interface-de...
68
marking-barr...
67
compiler.h
67
js-temporal-...
67
liftoff-asse...
67
fixed-array.h
67
frames.h
67
code-generat...
67
value-type.h
66
memory-chunk.cc
66
instruction-...
66
runtime-comp...
66
d8-test.cc
66
builtins-tem...
66
maglev-ir-ar...
66
v8.cc
65
wasm-seriali...
65
instruction-...
65
random-modul...
65
code-assembl...
65
code.cc
65
macro-assemb...
65
graph-assemb...
65
api-natives.cc
64
code-generat...
64
main-allocat...
64
js-to-wasm.tq
63
isolate-data.h
63
sweeper.h
63
builtin-call...
63
api-inl.h
63
object-list-...
63
assembler-x64.h
63
liftoff-asse...
62
wasm-gc-lowe...
61
maglev-graph...
61
wasm-to-js.tq
61
maglev-graph.h
61
api.h
61
wasm-engine.h
61
macro-assemb...
61
instruction-...
61
shared-funct...
61
test-gc.cc
60
read-only-sp...
60
wasm-module.cc
60
register-all...
60
wrappers.cc
60
spaces.h
59
index.h
59
v8.gni
59
builtins.cc
59
heap-write-b...
59
wasm-feature...
59
liftoff-asse...
58
gc-tracer.h
58
assembler-ri...
58
wasm-macro-g...
57
debug-wasm-o...
57
builtins-col...
57
traced-handl...
57
DEPS
57
bytecode-gra...
57
fixed-array-...
56
value-serial...
56
json-parser.cc
56
debug-scopes.cc
56
interpreter-...
56
code-generat...
55
string.h
55
liftoff-asse...
55
code-memory-...
55
heap-allocat...
55
scavenger-inl.h
55
constant-exp...
54
test-concurr...
54
wasm-spec-te...
54
simulator-ri...
53
liftoff-asse...
53
memory-alloc...
53
external-poi...
53
liftoff-asse...
53
flags.cc
53
wasm-graph-a...
53
counters-def...
53
instruction-...
53
mark-compact...
52
lookup.cc
52
canonical-ty...
52
compilation-...
52
heap-utils.cc
52
testing.cc
52
liftoff-asse...
51
v8config.h
51
scopes.h
51
platform-pos...
51
string-inl.h
51
js-inlining.cc
51
defs.bzl
51
objects.h
50
wasm-externa...
50
optimizing-c...
50
read-only-he...
50
ptr-compr-inl.h
50
liftoff-asse...
50
js-typed-low...
50
module-decod...
49
baseline-bat...
49
external-poi...
49
liftoff-asse...
49
fuzzer.py
49
regexp-parse...
49
stack-switch...
49
snapshot.cc
49
representati...
49
assembler-ar...
48
spaces.cc
48
access-build...
48
instruction.cc
48
builtins-reg...
48
instruction-...
48
assembler-x6...
48
heap-utils.cc
48
wasm-inlinin...
48
accessors.cc
48
function-com...
47
api-argument...
47
instance-typ...
47
code-seriali...
47
feedback-vec...
47
memory-chunk...
47
messages.cc
47
wasm-js.status
47
liftoff-asse...
47
v8-debugger-...
47
module-inspe...
47
types.cc
46
object-macros.h
46
liftoff-asse...
46
sweeper.cc
46
access-info.cc
46
wasm-graph-a...
46
maglev-concu...
46
clusterfuzz_...
45
wasm-revec-r...
45
branch-elimi...
45
liftoff-asse...
45
debug-interf...
45
maglev-early...
45
reloc-info.cc
45
base_runner.py
45
instruction.h
45
backing-stor...
44
macro-assemb...
44
runtime-inte...
44
elements.cc
44
js-objects.h
44
objects-visi...
44
scavenger.h
44
testcfg.py
44
slots-inl.h
44
macro-assemb...
44
assembler-ar...
44
memory-optim...
44
map-inl.h
44
builtins-str...
44
concurrent-a...
43
heap-allocat...
43
assembler-ri...
43
maglev-basic...
43
js-atomics-s...
43
module-compi...
43
marker.cc
43
js-objects-i...
43
test-debug.cc
43
wasm-revec-r...
42
builtins-arr...
42
revectorizer.cc
42
liftoff-asse...
42
gm.py
42
liftoff-asse...
42
wasm-gc-oper...
42
liftoff-asse...
42
tests.tar.gz...
41
assembler.h
41
tests.tar.gz...
41
builtins-obj...
41
liftoff-asse...
41
typer.cc
41
interpreter-...
41
assembler-ar...
41
runtime.cc
40
wasm-module-...
40
heap-write-b...
40
v8-object.h
40
compilation-...
40
interface-de...
40
builtins-api.cc
40
isolate-grou...
40
js-function-...
40
frame-consta...
40
copying-phase.h
40
test-cpu-pro...
39
wasm-constan...
39
stringrefs-e...
39
baseline-ass...
39
instruction-...
39
external-poi...
39
implementati...
39
heap-base.cc
39
wasm-builtin...
39
builtins-arr...
39
register-all...
38
test-heap-pr...
38
basic-memory...
38
maglev-phi-r...
38
fast-api-cal...
38
builtins-cal...
38
v8-platform.h
38
concurrent-m...
38
assembler-pp...
38
module-insta...
38
wasm-subtypi...
38
builtins-laz...
38
contexts.cc
38
maglev-ir-inl.h
38
builtins-con...
38
code-range.cc
38
unified-heap...
37
array-buffer...
37
reloc-info.h
37
test-strings.cc
37
debug.h
37
v8-debugger.cc
37
incremental-...
37
ptr-compr.h
37
fast-api-cal...
37
large-spaces.h
36
representati...
36
object-stats.cc
36
maglev-assem...
36
liveedit.cc
36
js-dispatch-...
36
baseline-ass...
36
baseline-ass...
36
builtins-ato...
36
v8_fuzz_flag...
36
phase.h
36
v8-callbacks.h
36
simplified-l...
36
cpp-snapshot.cc
36
read-only-pr...
36
assembler-ri...
36
liftoff-asse...
36
shared-heap-...
35
v8-function-...
35
js-heap-brok...
35
v8-version.h
35
v8-console.cc
35
late-load-el...
35
maglev-graph...
34
injected-scr...
34
feedback-vec...
34
isolate-group.h
34
optimizing-c...
34
api-arguments.h
34
loop-unrolli...
34
shared-funct...
34
instruction-...
34
operation-ty...
34
instance-type.h
34
code-generat...
34
cctest.cc
34
handles-inl.h
34
inspector.st...
34
test-streami...
34
baseline-ass...
34
parser.h
34
read-only-sp...
34
opmasks.h
34
marking-barr...
34
ast.h
34
reduce-args-...
33
contexts.tq
33
platform-win...
33
v8-script.h
33
wasm-import-...
33
map-updater.cc
33
bailout-reas...
33
pipeline.h
33
liftoff-asse...
33
assembler-x6...
33
pipelines.h
33
assembler-ar...
32
minor-mark-s...
32
module-decod...
32
builtins-str...
32
standard_run...
32
compilation-...
32
assembler-s3...
32
instruction-...
32
read-only-he...
32
wasm-simd-ut...
32
late-load-el...
32
runtime-obje...
32
test-code-st...
32
v8-local-han...
32
feedback-vec...
32
assembler-lo...
32
simulator-ar...
32
platform.h
32
baseline-ass...
31
load-store-s...
31
spaces-unitt...
31
test-assembl...
31
js-dispatch-...
31
execution.cc
31
regexp.cc
31
js-context-s...
31
asm-js.cc
31
intl-objects.cc
31
js-function.h
31
whitespace.txt
31
memory-reduc...
30
local-heap-i...
30
mjsunit-modu...
30
compilation-...
30
runtime-rege...
30
js_protocol.pdl
30
stacks.h
30
test-utils.h
30
tnode.h
30
wasm-in-js-i...
30
builtins-fun...
30
gc-optimizat...
30
linkage.cc
30
string-table.cc
30
operation-ma...
30
global-handl...
30
instruction-...
30
liftoff-asse...
30
js-array-buf...
30
maglev-regal...
29
compilation-...
29
v8-runtime-a...
29
test-api-arr...
29
heap-utils.h
29
stack.h
29
mutex.h
29
deoptimizer.h
29
type-inferen...
29
value-mirror.cc
29
v8-primitive.h
29
baseline-ass...
29
macros.h
29
instruction-...
29
scope-info.cc
29
v8-fast-api-...
29
cctest.h
28
heap-snapsho...
28
js-call-redu...
28
jump-table-a...
28
baseline-ass...
28
machine-lowe...
28
wasm-run-uti...
28
instruction-...
28
common-opera...
28
v8-context.h
28
test_regress...
28
baseline-com...
28
baseline-ass...
28
js-atomics-s...
27
prettyprinte...
27
handler-conf...
27
machine-grap...
27
machine-oper...
27
subtyping-un...
27
js-generic-l...
27
liftoff-asse...
27
js-create-lo...
27
js-operator.cc
27
read-only-de...
27
dead-code-el...
27
read-only-se...
27
local-isolate.h
27
instruction-...
27
wasm-module-...
27
remembered-s...
27
js-date-time...
27
variable-red...
27
wasm-externa...
27
simulator-pp...
27
runtime-stri...
27
js-array-buf...
27
wasm-debug.cc
27
ast.cc
27
stack.cc
27
free-list.h
26
factory-inl.h
26
v8-template.h
26
.gitignore
26
conservative...
26
turboshaft-i...
26
marking-barr...
26
wasm-typer.cc
26
call-site-in...
26
isolate-inl.h
26
builtins-con...
26
message.status
26
builtins-int...
26
v8_foozzie.py
26
simulator-s3...
26
PrivateMetho...
26
baseline-ass...
26
macro-assemb...
26
preparser.h
26
evacuation-a...
25
typer.h
25
optimized-co...
25
inner-pointe...
25
maglev-compi...
25
free-list.cc
25
turboshaft-g...
25
builtins-col...
25
web-snapshot.cc
25
liftoff-asse...
25
assembler-ia...
25
heap-base.h
25
macro-assemb...
25
baseline-ass...
25
wasm-simd-ut...
25
frames-inl.h
25
bigint.cc
25
wasm-interpr...
25
runtime-scop...
25
regexp-compi...
25
runtime-call...
25
embedder-tra...
25
test-run-was...
25
gc-tracer-un...
25
handles.cc
25
function-bod...
24
unified-heap...
24
maglev-inlin...
24
deoptimize-r...
24
iterator-hel...
24
new-spaces-i...
24
js-number-fo...
24
conversions.cc
24
testcase.py
24
marker.h
24
js-type-hint...
24
isolate-data.cc
24
safepoint.cc
24
torque-parse...
24
graph-visual...
24
deserialize-...
24
backing-store.h
24
objects-defi...
24
young-genera...
24
js-graph.cc
24
wasm-gc-type...
24
descriptor-a...
24
test-concurr...
24
assembler-mi...
23
mutex.cc
23
typedarray-r...
23
v8-script-un...
23
builtins-sha...
23
api-constants.h
23
allocation.cc
23
maybe-handles.h
23
command.py
23
define-assem...
23
PrivateAcces...
23
maglev-code-...
23
deserializer.h
23
bytecode-arr...
23
json-parser.h
23
optimized-co...
23
cpu.cc
23
test-field-t...
23
assembler-arm.h
23
context-seri...
23
typed-array-...
23
maglev-post-...
23
global-handl...
23
test-api-int...
23
flag-definit...
23
debug-covera...
23
accessor-ass...
23
decoder.h
23
translation-...
23
gc-casts-sub...
23
gdbinit
23
direct-handl...
23
page-memory.cc
23
maybe-handle...
23
bytecode-arr...
22
global-handl...
22
wasm-inlinin...
22
test-run-was...
22
linkage.h
22
embedder-tra...
22
spaces-inl.h
22
value-serial...
22
js-operator.h
22
test-assembl...
22
regexp-macro...
22
assembler-lo...
22
loop-unrolli...
22
raw-machine-...
22
templates.cc
22
wasm-gc-type...
22
small-vector.h
22
regexp-macro...
22
translated-s...
22
builtins-asy...
22
v8-traced-ha...
22
collections.tq
22
hash-table.h
22
builtins-typ...
22
wasm-load-el...
22
simulator-ar...
22
array-init-f...
22
external-poi...
22
object-alloc...
22
StaticPrivat...
21
embedder-roo...
21
visitor.h
21
get-object-p...
21
heap-page.cc
21
wasm-gc-lowe...
21
indirect-poi...
21
gc-casts-fro...
21
test-mark-co...
21
marking.h
21
bigint.h
21
array-buffer...
21
api-wasm-uni...
21
interpreter-...
21
slots.h
21
js-heap-brok...
21
futex-emulat...
21
pipelines.cc
21
traced-handl...
21
maglev-compi...
21
indirect-poi...
21
inlining-tree.h
21
unified-heap...
21
assembler-ppc.h
21
member.h
21
builtins-was...
21
js-array-buf...
21
stacks.cc
21
wasm-gc-type...
21
fast-api-cal...
20
script.h
20
regexp-macro...
20
wasm-compile...
20
embedder-tra...
20
build_config.py
20
typedarray-h...
20
script_mutat...
20
scope-info.h
20
builtins-mic...
20
register-arm...
20
perf-jit.cc
20
builtins-asy...
20
builtins-asy...
20
isolate-inl.h
20
regexp-compi...
20
bytecode-arr...
20
stringrefs-v...
20
instruction-...
20
bytecodes.h
20
pretenuring-...
20
benchmarks.s...
20
flags.h
20
simd.cc
20
turboshaft-i...
20
builtins-dat...
20
keys.cc
20
regexp-macro...
20
bytecode-arr...
20
assembler-pp...
20
js-atomics-s...
20
external-ent...
20
wasm-opcodes...
20
builtins-asy...
20
wasm-import-...
20
assert-types...
20
wasm-deopt.cc
20
binary-op-as...
20
turbolev-gra...
20
etw-jit-win.cc
20
transitions.cc
20
streaming-de...
20
fixed-array.tq
20
assembler-ar...
20
source-text-...
20
globals.h
20
heap-profile...
20
disasm-x64.cc
20
decompressio...
20
DEPS
20
memory-measu...
19
regexp-macro...
19
translation-...
19
handler-conf...
19
isolate-util...
19
assembler-s3...
19
maglev-assem...
19
isolate.h
19
register-ris...
19
bytecode-gen...
19
keyed-store-...
19
liftoff-asse...
19
machine-type.h
19
marking-inl.h
19
cpu-profiler.cc
19
memory-chunk...
19
wasm-load-el...
19
log.h
19
reference-su...
19
caged-heap.cc
19
wasm-features.h
19
simulator-lo...
19
lookup-inl.h
19
constants-ar...
19
frame-states.h
19
v8-array-buf...
19
memory-lower...
19
operation-ma...
19
test-array-b...
19
static-roots...
19
paged-spaces...
19
allocation.h
19
typedarray-g...
19
page-memory.h
19
inspector-te...
18
runtime-debu...
18
js-to-js.tq
18
constants-ta...
18
reference-ta...
18
simulator-ri...
18
vector.h
18
features.txt
18
marking-state.h
18
frame-states.cc
18
js-dispatch-...
18
fuzzer-commo...
18
script-inl.h
18
pretenuring-...
18
logging.h
18
test-code-ge...
18
iterator-hel...
18
incremental-...
18
marking-stat...
18
frame-transl...
18
constant-exp...
18
wasm-disasse...
18
transitions.h
18
frame-descri...
18
js-native-co...
18
base-constan...
18
wasm-gc-anyr...
18
typed-optimi...
18
heap.cc
18
assembler-ia...
18
maglev-assem...
18
code-range.h
18
builtins-inl.h
18
register-x64.h
18
assembler-ia...
18
externalize-...
18
basic-memory...
18
maglev-concu...
18
node-propert...
18
v8-profiler.h
18
external-ent...
18
mjsunit.js
18
sandbox.cc
18
branch-elimi...
18
minor-mark-s...
18
bytecode-arr...
18
test-accesso...
17
WORKSPACE
17
v8-inspector.h
17
access-info.h
17
compressed-s...
17
compiler-spe...
17
wasm-js.h
17
well-known-i...
17
dictionary.h
17
array-join.tq
17
code-seriali...
17
interface-de...
17
pretenuring-...
17
regexp-ast.h
17
instruction-...
17
mksnapshot.cc
17
v8-value.h
17
liftoff-asse...
17
feedback-cel...
17
liftoff-regi...
17
evacuation-a...
17
assembler-lo...
17
mozilla.status
17
deoptimizati...
17
memory-optim...
17
interface-de...
17
optimize-pha...
17
globals.h
17
page-memory-...
17
wasm-limits.h
17
serializer.h
17
heap-page.h
17
assembler-s3...
17
disasm-x64-u...
17
turbofan-typ...
17
stats-collec...
17
reference-ta...
17
stack-guard.cc
17
v8-util.h
17
regexp-macro...
17
test-assembl...
17
js-inlining-...
17
experimental...
17
js-graph.h
17
marking-state.h
17
memory-chunk...
16
register-loo...
16
v8_build_con...
16
embedder-dat...
16
ic.h
16
heap-utils.h
16
testcfg.py
16
builtins-typ...
16
regexp-macro...
16
compilation-...
16
README.v8
16
pipeline-dat...
16
promise-misc.tq
16
type-cache.h
16
experimental...
16
exceptions.js
16
v8_build_con...
16
unicode.h
16
hash-table-i...
16
cpu-features.h
16
memory64.js
16
common-opera...
16
wasm-subtypi...
16
source_helpe...
16
cpu.h
16
test-wasm-se...
16
visitors.h
16
build_config.h
16
feedback-cell.h
16
v8-debugger.h
16
revec-unitte...
16
wasm-optimiz...
16
conservative...
16
young-genera...
16
gc-extension.cc
16
scope-info.tq
16
js-disposabl...
16
jump-table-a...
16
v8-embedder-...
16
worklist.h
16
api-macros.h
16
simulator-mi...
16
wasm-recogni...
16
well-known-i...
16
compilation-...
16
maglev-assem...
16
random-modul...
16
property-acc...
16
interface-de...
16
tiering-mana...
16
simulator-ar...
16
maglev-code-...
16
disasm-riscv.cc
16
builtins-dis...
16
zone.h
16
scanner.cc
16
disassembler.cc
16
web-snapshot.h
16
marking-inne...
16
evacuation-a...
16
v8_build_con...
16
standard_run...
16
wasm-gc-type...
16
assembler-mi...
15
function-bod...
15
baseline-ass...
15
stringrefs-e...
15
ast-value-fa...
15
builtins-asy...
15
deopt-data.h
15
register-ppc.h
15
mark-sweep-u...
15
machine-oper...
15
BUILD.gn
15
value-number...
15
js-inlining-...
15
run_perf.py
15
incremental-...
15
memory-chunk...
15
background-m...
15
string-forwa...
15
js-inlining.h
15
marking-veri...
15
test-compact...
15
memory-prote...
15
lookup.h
15
regexp-macro...
15
test-debug-h...
15
test-weak-re...
15
maglev-pre-r...
15
indicators.py
15
tagged.h
15
v8-heap-prof...
15
microtask-qu...
15
templates.h
15
names-provid...
15
wasm-feature...
15
gc-tracer-inl.h
15
builtins-big...
15
wasm-disasse...
15
parsing-unit...
15
builtins-han...
15
asm-parser.cc
15
managed.h
15
transitions-...
15
liftoff-asse...
15
wasm-init-ex...
15
assembler.cc
15
code-stats.cc
15
source-resol...
15
heap-object-...
15
deoptimizati...
15
template-uti...
15
test-run-was...
15
trusted-poin...
15
minor-gc-job.cc
15
redundancy-e...
14
loop-analysi...
14
num_fuzzer.py
14
register-arm.h
14
constants-s3...
14
PRESUBMIT.py
14
translation-...
14
number.tq
14
accessors.h
14
futex-emulat...
14
memory.h
14
maglev-assem...
14
builtins-reg...
14
try_catch.js
14
v8-debugger-...
14
test-jump-ta...
14
generate.py
14
serializer-d...
14
bytecode-ana...
14
regexp-macro...
14
code-pointer...
14
signature.h
14
download_pro...
14
isolate-allo...
14
regress-1287...
14
v8_importer.py
14
node-type-un...
14
injected-scr...
14
types.h
14
global-safep...
14
visitor.cc
14
platform.cc
14
AsyncGenerat...
14
memory-prote...
14
conversions.h
14
multi-memory.js
14
frame-consta...
14
compilation-...
14
struct-types.h
14
assembler-mi...
14
trap-handler.h
14
graph-visual...
14
profile-gene...
14
assembler-x6...
14
trusted-poin...
14
js-disposabl...
14
baseline.cc
14
incremental-...
14
reference-gl...
14
young-unifie...
14
wasm-inlining.h
14
conservative...
13
regexp-inter...
13
v8-sandbox.h
13
v8-handle-ba...
13
simulator.h
13
pool-unittes...
13
constants.ts
13
frame-transl...
13
v8_foozzie_t...
13
v8-debugger-...
13
name-inl.h
13
test-allocat...
13
caged-heap-l...
13
v8-console-m...
13
stack-switch...
13
node-propert...
13
evacuation-v...
13
v8_build_con...
13
builtins-laz...
13
escape-analy...
13
builtins-gen...
13
handler-conf...
13
bytecode-gen...
13
test_scripts.py
13
builtins-int...
13
js-duration-...
13
mutable-page.h
13
test-run-was...
13
roll_merge_g...
13
v8-inspector...
13
mutable-page.cc
13
local-factor...
13
graph-builder.h
13
builtins-was...
13
basic-block-...
13
builtins-obj...
13
statistics-e...
13
platform-sta...
13
name.h
13
COMMON_OWNERS
13
safepoint.h
13
test-externa...
13
counters.h
13
inspector-un...
13
gc-js-intero...
13
inlining.js
13
memory-optim...
13
snapshot-tab...
13
maglev-graph...
13
bytecode-arr...
13
instruction-...
13
wasm-recogni...
13
experimental.cc
13
log-unittest.cc
13
memory-prote...
13
tagged-impl.h
13
builtins-dat...
13
ast-value-fa...
13
source-posit...
13
bounded-page...
13
code-pointer...
13
simulator-ppc.h
13
api-argument...
13
wasm-module-...
13
value-type.cc
13
builtins-ite...
13
gen-postmort...
13
concurrent-a...
12
gcmole.py
12
wasm-fuzzer-...
12
frame-consta...
12
update-wasm-...
12
util.py
12
dependent-co...
12
regexp-macro...
12
maglev-compi...
12
v8-metrics.h
12
wasm-compile...
12
mutable-page...
12
set-differen...
12
.gn
12
set-intersec...
12
int64-loweri...
12
gc-js-intero...
12
v8_suppressi...
12
code-space-a...
12
async-hooks-...
12
js-locale.cc
12
process.cc
12
tagged-field...
12
types.h
12
remembered-s...
12
api-callback...
12
unified-heap...
12
interface-de...
12
weakmaps-uni...
12
disasm-riscv...
12
intl-objects.h
12
interface-de...
12
sandbox.h
12
typedarray-r...
12
arguments.h
12
call-site-in...
12
heap-config.h
12
age-table-un...
12
test-wasm-me...
12
instruction-...
12
concurrent-a...
12
contexts-inl.h
12
scanner.h
12
array-to-rev...
12
builtins-pro...
12
testcfg.py
12
all-objects-...
12
WATCHLISTS
12
v8-inspector...
12
maglev-ir-s3...
12
break-on-exc...
12
atomic-instr...
12
dead-code-el...
12
js-regexp.h
12
descriptor-a...
12
promise-any.tq
12
large-page.h
12
sweeper.h
12
constants-ta...
12
test-js-to-w...
12
code-data-so...
12
wasm-init-ex...
12
messages.h
12
conservative...
12
heap-visitor.h
12
stack-guard.h
12
debug-frames.cc
12
v8-persisten...
12
member-unitt...
12
member-stora...
12
interpreter.cc
12
unified-heap...
12
structural-o...
12
frame-consta...
12
parked-scope.h
12
templates-inl.h
12
bits.h
12
v8-initializ...
12
v8_build_con...
12
builtins-str...
12
collection-b...
11
utils.h
11
regexp-macro...
11
large-page.cc
11
.vpython3
11
frame-consta...
11
deopt.cc
11
basic.js
11
download_pro...
11
.vpython3
11
builtins-ic-...
11
maglev-ir-ri...
11
d8-console.cc
11
register-s390.h
11
wasm-opcodes.cc
11
write-barrier.h
11
test-wasm-im...
11
trusted-obje...
11
zone-contain...
11
default-plat...
11
graph.cc
11
graphmultivi...
11
wasm-linkage.h
11
string-build...
11
build-graph-...
11
gen-static-r...
11
builtins-sha...
11
wasm-gc-oper...
11
interface-de...
11
test-wasm-sh...
11
experimental...
11
safepoint-ta...
11
instruction-...
11
sidetable.h
11
unified-heap...
11
regexp-macro...
11
regexp-macro...
11
builtins-dat...
11
compactor-un...
11
undef-assemb...
11
turboshaft-g...
11
builtins-big...
11
auto_roll.py
11
caged-heap.h
11
property-acc...
11
allocation-o...
11
source-text-...
11
wasm-gc-anyr...
11
roots.cc
11
temporal-par...
11
elements-kind.h
11
fast-api-cal...
11
test-utils.cc
11
code-factory.cc
11
test-run-mac...
11
macro-assemb...
11
wasm-module-...
11
resultdb.py
11
iterator-pro...
11
simulator-s3...
11
safepoint-ta...
11
embedded-dat...
11
test-run-was...
11
imported-dat...
11
builtins-err...
11
builtins-con...
11
experimental...
11
wasm-interpr...
11
bytecode-arr...
11
gc-casts-inv...
11
value-serial...
11
code-space-a...
11
compactor.cc
11
debug-scopes.h
11
range-view.ts
11
custom-previ...
11
cast.tq
11
unified-heap...
11
run_perf_tes...
11
branch-elimi...
11
constants-arm.h
11
templates.tq
11
convert.tq
11
regexp-macro...
11
regexp-macro...
11
heap-control...
11
store-store-...
11
platform-fuc...
11
decls-unitte...
11
local-factory.h
11
selection-br...
11
api-natives.h
11
set-union.tq
11
snapshot.h
11
progress.py
11
store-store-...
11
deoptimizer-...
11
ElideRedunda...
11
builtins-str...
11
linux-perf-d...
11
shared-struc...
10
debugger.status
10
optimizing-c...
10
identity-map...
10
clone-ic-reg...
10
test-write-b...
10
debug-object...
10
page.cc
10
cpp-marking-...
10
test-expecta...
10
modules.cc
10
macro-assemb...
10
deoptimizer-...
10
frame-consta...
10
wasm-streami...
10
instruction-...
10
wasm-gc-exte...
10
corpus.js
10
interface-de...
10
container-ut...
10
heap-layout.h
10
heap-profiler.h
10
SuperCallAnd...
10
cpp-marking-...
10
utils.h
10
js-intrinsic...
10
testing.h
10
regexp.h
10
casting.h
10
operator-pro...
10
code-factory.h
10
string-escap...
10
set-is-subse...
10
time.cc
10
deoptimizer-...
10
turboshaft-g...
10
typed-optimi...
10
mutable-page...
10
enum-set.h
10
module.cc
10
schedule-vie...
10
common-opera...
10
js-atomics-s...
10
ForOfLoop.go...
10
page.h
10
factory-base...
10
deoptimizer-...
10
memory-balan...
10
v8-function.h
10
simd-shuffle.h
10
d8-platforms.cc
10
js-array.h
10
managed-inl.h
10
compactible-...
10
regexp-macro...
10
streaming-de...
10
v8_presubmit.py
10
turbo-visual...
10
regexp-exper...
10
test-liftoff...
10
object-alloc...
10
deopt-inline...
10
const-tracki...
10
constants-ppc.h
10
iterator.tq
10
interface-de...
10
check.h
10
simd-shuffle.cc
10
v8-wasm.h
10
main-allocat...
10
bounded-page...
10
code-data-so...
10
deoptimizer-...
10
lazy-compile...
10
regexp-unico...
10
assert-scope.h
10
testcfg.py
10
debug-proper...
10
v8-runtime-a...
10
test-api.h
10
evacuation-v...
10
v8configs.py
10
profiler-lis...
10
typed-array-...
10
tracing-unit...
10
test-run-was...
10
wasm-turbosh...
10
loop-peeling...
10
concurrent-m...
10
deoptimizer-...
10
js-struct.cc
10
fast-api-cal...
10
stress-scave...
10
frame-consta...
10
turboshaft-g...
10
names-provid...
10
builtins-asy...
10
typedarray-r...
10
deoptimizer-...
10
liftoff-comp...
10
builtins-tra...
10
context.py
10
dependent-co...
10
write-barrie...
10
debug-stack-...
10
handler-insi...
10
template-obj...
10
sampler.cc
10
deoptimizer-...
10
baseline-ass...
10
thread-local...
10
register-mip...
10
read-only-he...
10
builtins-str...
10
dictionary-i...
10
wasm-debug.h
10
promise-abst...
10
interpreter-...
10
casting-inl.h
10
test_utils.py
10
objects-body...
10
snapshot_too...
9
frame-consta...
9
frame-consta...
9
modules-unit...
9
deopt-feedba...
9
types-unitte...
9
builtins-sha...
9
debug-evalua...
9
traced-handl...
9
reference-gl...
9
external-poi...
9
elements.h
9
register-ia32.h
9
wasm-to-js.js
9
set-is-super...
9
runtime-prom...
9
marking-work...
9
execution.h
9
platform.h
9
wasm-gc-inli...
9
ClassAndSupe...
9
constant-fol...
9
allocation-o...
9
code-events.h
9
foreign-inl.h
9
jump-threadi...
9
grokdump.py
9
heap-visitor...
9
parse-info.cc
9
simulator-lo...
9
instruction-...
9
regexp-ast.cc
9
builtins-ris...
9
traced-handl...
9
util.ts
9
shared-heap-...
9
js-disposabl...
9
select-lower...
9
array-from.tq
9
wasm-code-po...
9
v8-cppgc.h
9
inspector-fu...
9
gc-js-intero...
9
context-dese...
9
liftoff-asse...
9
turbofan-typ...
9
bytecode-arr...
9
processor.mjs
9
regexp-compi...
9
heap-object-...
9
default-plat...
9
caged-heap.h
9
debug-object...
9
bytecode-reg...
9
sampling-hea...
9
embedded-data.h
9
maglev-safep...
9
roots-inl.h
9
macro-assemb...
9
feedback-vec...
9
generate-byt...
9
test-macro-a...
9
string-table.h
9
gcmole-tools...
9
gc-js-intero...
9
interface-de...
9
wasm-js-lowe...
9
builtins-big...
9
accounting-a...
9
gdb-jit.cc
9
marking-stat...
9
marking-work...
9
macro-assemb...
9
instructions...
9
marking-visi...
9
ast.h
9
js-atomics-s...
9
isolate-data.h
9
memory-optim...
9
assert-scope.cc
9
decoder-arm6...
9
builtins-mip...
9
heap-verifier.h
9
counters.cc
9
dispatch_tes...
9
wasm-assembl...
9
pgo.cc
9
v8-microtask...
9
loop-finder.h
9
v8-snapshot.h
9
v8-debugger-...
9
api-callbacks.h
9
builtins-sha...
9
compressed-s...
9
memory-chunk...
9
maglev-safep...
9
deoptimizer-...
9
string.tq
9
wasm-result.h
9
deoptimizati...
9
schedule-pha...
9
builtins-uti...
9
operation-ty...
9
constant-exp...
9
regexp-match.tq
9
ForAwaitOf.g...
9
int64-loweri...
9
pending-opti...
9
constants-lo...
9
scanner-inl.h
9
weak-object-...
9
extension-ri...
9
test-multipl...
9
imported-str...
9
segmented-ta...
9
trusted-obje...
9
maglev-graph...
9
wasm-interpr...
9
js-array-buf...
9
instruction-...
9
type-reflect...
9
turboshaft-g...
9
types.cc
9
minor-gc-uni...
9
thread-termi...
8
set-intersec...
8
debug-featur...
8
speculative-...
8
regexp-repla...
8
turboshaft-i...
8
pointer-poli...
8
slot-set.h
8
protectors.h
8
string-forwa...
8
set-intersec...
8
DEPS
8
pool.py
8
wasm.cc
8
graph-visual...
8
testcfg.py
8
simulator-arm.h
8
bytes.h
8
test-macro-a...
8
build.gni
8
wasm-init-ex...
8
allocation-s...
8
js-segment-i...
8
array-to-spl...
8
regress-1294...
8
value-mirror.h
8
turboshaft-c...
8
strings-stor...
8
heap-layout-...
8
baseline-bat...
8
perfetto-uti...
8
persistent-h...
8
maglev.cc
8
turboshaft-i...
8
test-run-was...
8
use-info.h
8
stub-cache.cc
8
typed-array.tq
8
sync-streami...
8
stack-check-...
8
node.ts
8
decompressio...
8
base-space.h
8
crossover_mu...
8
interface-de...
8
condition-va...
8
runtime-debu...
8
simd.h
8
intl.status
8
v8_exporter.py
8
statusfile.py
8
instructions...
8
wasm-specula...
8
frame-consta...
8
helpers.js
8
frame-elider.cc
8
js-date-time...
8
phase.cc
8
memory-lower...
8
test-unmappe...
8
trace-event.h
8
load-elimina...
8
condition-va...
8
builtins-num...
8
instruction-...
8
builtins-int...
8
source-posit...
8
test-memento...
8
js-context-s...
8
read-only-se...
8
js-to-js.js
8
basic-block-...
8
fuzzer-suppo...
8
runner.js
8
incremental-...
8
debug-frames.h
8
wasm-deopt-d...
8
multi-return.cc
8
string-build...
8
instance-typ...
8
code-pointer...
8
set-is-disjo...
8
instruction-...
8
js-intrinsic...
8
runtime-arra...
8
indirect-poi...
8
string-iswel...
8
regexp-macro...
8
torque-inter...
8
set-symmetri...
8
linux-perf-c...
8
OWNERS
8
maglev-compi...
8
constant-exp...
8
perfetto-uti...
8
data-view.tq
8
builtins-arr...
8
turbofan-typ...
8
gc-nominal.js
8
wasm-dead-co...
8
decompressio...
8
set-differen...
8
builtins-cal...
8
machine-opti...
8
protocol-tes...
8
proto-transi...
8
runtime-clas...
8
parse-info.h
8
PRESUBMIT.py
8
array-from-a...
8
csa-optimize...
8
array-protot...
8
js-typed-low...
8
call-site-in...
8
exceptions-a...
8
string-forwa...
8
selection-ha...
8
smi.h
8
resource-con...
8
startup-seri...
8
exnref.js
8
js-regexp.cc
8
array-map.tq
8
weak-object-...
8
typedarray-g...
8
string-build...
8
db.js
8
generate-hea...
8
set-intersec...
8
scheduler.cc
8
turboshaft-g...
8
build-graph-...
8
compiler-uni...
8
string-towel...
8
shared-heap-...
8
access-check...
8
v8_commands.py
8
deopt-multi-...
8
debug-object...
8
unified-heap...
8
linear-alloc...
8
deopt-many-p...
8
bytecode-arr...
8
bytes-unitte...
8
text-view.ts
8
set-intersec...
8
tagged-impl.cc
8
stats-collec...
8
builtins-cal...
8
processed-fe...
8
call_indirec...
8
test-api-typ...
8
memory-measu...
8
concurrent-s...
8
local-heap-u...
8
csa-generato...
8
callstats.html
8
macro-assemb...
8
deoptimizati...
8
graph-view.ts
8
sequence-vie...
8
gcmole_test.py
8
segmented-ta...
8
managed-unit...
8
test-run-was...
8
shell.cc
8
incremental-...
8
embedder-dat...
8
wasm-strings.tq
8
code-view.ts
8
task-runner.cc
7
test-torque.cc
7
builtins-sha...
7
page-metadat...
7
hardware-sup...
7
break-on-exc...
7
read-only-de...
7
module.h
7
resultdb_tes...
7
bitcast-elid...
7
uniform-redu...
7
array-to-rev...
7
perfetto-log...
7
instructions...
7
debug-wasm-o...
7
ordered-hash...
7
load-immutab...
7
package-lock...
7
deopt-many-p...
7
profview.js
7
protocol_core.h
7
variables.cc
7
constants.h
7
deopt-call-i...
7
perf-jit.h
7
basic.js
7
interpreter-...
7
late-escape-...
7
promise.tq
7
run.js
7
wasm-code-po...
7
disasm-arm64.cc
7
date.cc
7
async-hooks-...
7
call-ref.js
7
test-increme...
7
bytecode-exp...
7
deopt-dynami...
7
cppheap-poin...
7
default-fore...
7
global-handl...
7
externref-ta...
7
edge.ts
7
layered-hash...
7
object-stats.h
7
loop-unrolli...
7
thread-local...
7
try_catch_ex...
7
machine-oper...
7
wasm-code.cc
7
memory-optim...
7
combined-heap.h
7
reducer-test.h
7
code-stub-as...
7
property-cel...
7
marking-veri...
7
test-grow-me...
7
tostring.cc
7
source-posit...
7
value-number...
7
instruction-...
7
bytecode-arr...
7
declarable.cc
7
promise-all.tq
7
hardware-sup...
7
init-expr-in...
7
fast-api-seq...
7
garbage-coll...
7
assembler-inl.h
7
builtins-num...
7
stress-marki...
7
v8_mock.js
7
visitor.h
7
object-group...
7
code-kind.h
7
test-code-as...
7
page-promoti...
7
profile.mjs
7
prettyprinter.h
7
macro-assemb...
7
load-elimina...
7
compactible-...
7
rewriter.cc
7
x64.profile
7
iterator.h
7
shared-exter...
7
js-struct.h
7
heap.h
7
compilation-...
7
test-concurr...
7
OWNERS
7
tests.h
7
v8-inspector...
7
frame.cc
7
bytecode-off...
7
machine-type.cc
7
compiler-dis...
7
heap-layout-...
7
bytecode-ana...
7
debug-objects.h
7
testsuite_te...
7
shared-exter...
7
test-assembl...
7
instruction-...
7
baseline-com...
7
wasm-table-i...
7
variables.h
7
local-handle...
7
stack-check-...
7
deopt-memory...
7
regexp-nodes.h
7
regexp-macro...
7
control-flow...
7
bytecode-reg...
7
c-linkage.cc
7
json.js
7
trusted-rang...
7
tick-sample.cc
7
representati...
7
marking-work...
7
graph-builde...
7
graph.ts
7
handler-tabl...
7
README.md
7
disassembly-...
7
fuzz_library.js
7
ephemeron-re...
7
waiter-queue...
7
deopt-inline...
7
loop-finder.cc
7
deopt-many-p...
7
turbo-visual...
7
modules.h
7
disasm-arm64...
7
output_expec...
7
update-compi...
7
array-bulk-o...
7
sweeper-unit...
7
runtime-type...
7
global-handl...
7
time.h
7
math.tq
7
normalizer.js
7
test-run-was...
7
external-buf...
7
global-handl...
7
try_catch_to...
7
regexp.tq
7
wasm-async.cc
7
fuzzer.status
7
generate-ran...
7
disasm-ppc.cc
7
zone-compact...
7
functional.h
7
builtins-glo...
7
gc-js-intero...
7
code-elimina...
7
v8-inspector...
7
js-duration-...
7
ast-traversa...
7
scanner-stre...
7
gc-info.h
7
code-generat...
7
page-inl.h
7
test-macro-a...
7
set-is-disjo...
7
string-build...
7
gen_fuzztest...
7
revectorizer.h
7
sequence-pha...
7
promise-reso...
7
variable_or_...
6
gc-extension.h
6
growable-sta...
6
earley-parser.h
6
single-threa...
6
string-escap...
6
analyzer-ite...
6
finalization...
6
test-assembl...
6
maglev-deopt...
6
graph-layout.ts
6
interpreter-...
6
common.js
6
gc-callbacks.h
6
v8-statistics.h
6
test-run-was...
6
deopt-inline...
6
weaksets-uni...
6
trace-catego...
6
test-macro-a...
6
instruction-...
6
unicode.cc
6
script.tq
6
bit-vector.h
6
deopt-int64-...
6
push_registe...
6
tickprocesso...
6
simulator-lo...
6
codegen-test...
6
test-run-was...
6
deopt-multi-...
6
heap-control...
6
BUILD.gn
6
simd-shuffle...
6
feedback-vec...
6
push_registe...
6
arraybuffer-...
6
gdb-server.cc
6
streaming-de...
6
gen_fuzztest...
6
atomics.js
6
js-duration-...
6
tsconfig.json
6
decompressio...
6
utils.cc
6
package-lock...
6
constants-mi...
6
assembler-ar...
6
platform-dar...
6
README.v8
6
test-run-was...
6
ClassDeclara...
6
ephemeron-re...
6
test-alloc.cc
6
name-trait-u...
6
type-based-o...
6
optional.h
6
interface-ty...
6
failure_outp...
6
isolate-unit...
6
map-updater.h
6
fixed-array.cc
6
typecheck-nu...
6
macro-assemb...
6
value-unavai...
6
virtual-addr...
6
external-ref...
6
v8-unwinder-...
6
string-build...
6
call-with-ar...
6
brand-checks.js
6
array-copy-b...
6
omit-default...
6
temporal-par...
6
code-entrypo...
6
remote-objec...
6
test-inspect...
6
v8-memory-sp...
6
function_cal...
6
maglev-vreg-...
6
unified-heap...
6
turbo-visual...
6
late-escape-...
6
profile-gene...
6
std-object-s...
6
runtime-type...
6
externalize-...
6
v8-console.h
6
set-is-super...
6
omit-default...
6
memory-reduc...
6
ieee754.cc
6
fast-hash.h
6
ForOf.golden
6
property-cell.h
6
foreign.h
6
bits.cc
6
pending-comp...
6
test-run-was...
6
stress-marki...
6
graph-node.ts
6
liftoff-regi...
6
huge-typedar...
6
scope-info-i...
6
BUILD.gn
6
heap-page-un...
6
position.ts
6
simulator-mi...
6
push_registe...
6
test-api-sta...
6
v8-message.h
6
reloc-info-i...
6
failure_outp...
6
heap-growing...
6
traced-handl...
6
types.cc
6
history-view.ts
6
asm-js.h
6
liftoff-asse...
6
persistent-h...
6
cross-heap-r...
6
const-tracki...
6
isolate-allo...
6
loop_mutatio...
6
pointer-auth...
6
simplified-l...
6
unicode-deco...
6
wasm-interpr...
6
failure_outp...
6
machine-grap...
6
builder_prop...
6
traced-refer...
6
phase.h
6
test-signatu...
6
testsuite.py
6
js-raw-json.cc
6
test_config.py
6
int64-loweri...
6
api-callback...
6
deopt-minima...
6
js-plural-ru...
6
turboshaft-i...
6
interrupt-bu...
6
conversions-...
6
node-matchers.h
6
diamond.h
6
graph-visual...
6
test_differe...
6
movable-view.ts
6
array-to-sor...
6
local-isolat...
6
page-metadata.h
6
loop-peeling...
6
hashmap.h
6
differential...
6
js-disposabl...
6
string-build...
6
code_generat...
6
smoke_test_o...
6
push_registe...
6
v8-typed-arr...
6
expected_tes...
6
gc-js-intero...
6
turboshaft-g...
6
node-origin-...
6
Destructurin...
6
generate-web...
6
gc-js-intero...
6
startup-dese...
6
wasm-seriali...
6
code-referen...
6
test-profile...
6
mutator.js
6
runtime-coll...
6
flags-impl.h
6
code-trace-c...
6
gc-invoker.cc
6
mb.py
6
bindings.cc
6
platform-emb...
6
memory-reduc...
6
vm-state-inl.h
6
deoptimizer-...
6
function-len...
6
heap-layout.cc
6
snapshot-sou...
6
js-generic-l...
6
fast-api-ann...
6
ignorelist.txt
6
deopt-large-...
6
cbor.h
6
code-referen...
6
regexp-built...
6
Generators.g...
6
waiter-queue...
6
basic-slot-s...
6
experimental.h
6
persistent-h...
6
modules-impo...
6
set-is-subse...
6
cbor.cc
6
lint.exceptions
6
test-global-...
6
typed-array-...
6
schedule.cc
6
persistent.h
6
graph-unitte...
6
etw-jit-win.h
6
test_corpus.js
6
visit-object.cc
6
heap-number.h
6
type-oracle.h
6
wasm-table-w...
6
allocation-s...
6
expected_tes...
6
gc-invoker.h
6
regress-1306...
6
macros.h
6
wasm-scope-i...
6
v8-deep-seri...
6
wasm-interpr...
6
gc-invoker-u...
6
read-only-se...
5
stress-scave...
5
vlq.h
5
benchmark-ut...
5
test-run-nat...
5
.clang-tidy
5
zone-chunk-l...
5
info-view.html
5
keywords-gen.h
5
unicode-inl.h
5
set-union.js
5
BUILD.gn
5
regexp-dotpr...
5
mutex-worker...
5
literal-obje...
5
asm-scanner.cc
5
dispatch.cc
5
tasks.cc
5
origin.ts
5
web-snapshot...
5
tdz-scopes.js
5
module.cc
5
token.h
5
Modules.golden
5
trap-handler...
5
marking-unit...
5
mkgrokdump.cc
5
array-revers...
5
late-optimiz...
5
save_registe...
5
gc-js-intero...
5
maglev-assem...
5
local-handle...
5
marking-visi...
5
set-symmetri...
5
regexp-macro...
5
member-stora...
5
regress-3936...
5
log-lazy-cod...
5
turbofan-gra...
5
maglev-regal...
5
js-iterator-...
5
v8-data.h
5
object-macro...
5
atomic-utils.h
5
cached-unord...
5
context-dese...
5
reduction-sh...
5
handler-outs...
5
global-conte...
5
compilation-...
5
try_catch_al...
5
test-wasm-br...
5
regress-3819...
5
js-api.js
5
logging.cc
5
wasm-gc-brea...
5
lldb_command...
5
pointer-poli...
5
builtins-jso...
5
bazel.sha1
5
asan.h
5
clone-ic-att...
5
duplication-...
5
fast-api-cla...
5
exceptions-t...
5
string-16.h
5
wasm-interpr...
5
array-to-sor...
5
turboshaft.css
5
contextual.h
5
graph-phase.ts
5
interpreter-...
5
run.js
5
wasm-disasse...
5
concurrent-m...
5
caged-heap-l...
5
unicode-rege...
5
interpreter-...
5
profile-data...
5
types-fuzz.h
5
js-objects.tq
5
test-iterato...
5
wasm-to-js-t...
5
fast-api-cal...
5
run-all-unit...
5
generator-if.js
5
generator-lo...
5
webkit.status
5
runtime-call...
5
test-liftoff...
5
tag-untag-lo...
5
ephemeron-pa...
5
explicit-tru...
5
tagged-paylo...
5
minor-gc-job.h
5
wasm-gc-js-r...
5
large-page-m...
5
default-work...
5
pipeline-sta...
5
BUILD.gn
5
table64-limi...
5
ic-stats.cc
5
builtins-big...
5
sse-instr.h
5
code-pointer...
5
allocation.h
5
code-object-...
5
handler-table.h
5
baseline-ass...
5
call-optimiz...
5
lazy-compile...
5
d8-posix.cc
5
instruction-...
5
checkmaps-wi...
5
analyzer.js
5
external-buf...
5
register-con...
5
push_registe...
5
ENG_REVIEW_O...
5
oddball.h
5
recognize-im...
5
declaration-...
5
promise-cons...
5
gc-cast-type...
5
test-wasm-st...
5
testcfg.py
5
wasm-interpr...
5
free-space-i...
5
status.h
5
control-path...
5
v8-console-m...
5
spill-placer.cc
5
use-map.cc
5
test-regexp.cc
5
csa-optimize...
5
type-hints.h
5
DEPS
5
wasm-disasse...
5
array.tq
5
DEPS
5
clone-ic-rep...
5
baseline-com...
5
regexp-macro...
5
collection-b...
5
generic-wrap...
5
property-des...
5
sandboxed-po...
5
streaming-er...
5
wasm-load-el...
5
TryFinally.g...
5
torque-unitt...
5
generator-lo...
5
checkmaps-wi...
5
array-findla...
5
cbor_test.cc
5
v8-object-un...
5
bootstrapper.h
5
immediate-cr...
5
bytecode-sou...
5
perfetto-log...
5
object-sprea...
5
string-hashe...
5
builtins-des...
5
BUILD.gn
5
v8_mock_arch...
5
basic-block-...
5
managed.cc
5
wasm-code-po...
5
regress-crbu...
5
cpu-profiler.h
5
thread-isola...
5
gc-js-intero...
5
int64-loweri...
5
BUILD.gn
5
code-pointer.h
5
v8-heap-prof...
5
runtime-lite...
5
try_catch.js
5
zone.cc
5
promise-all-...
5
array-sort.tq
5
dispatch.h
5
wasm-trace-d...
5
message.py
5
wasm-specula...
5
platform-uni...
5
string-16.cc
5
constant-pool.h
5
instruction-...
5
embedded-fil...
5
ieee754.h
5
test_load.js
5
turboshaft-g...
5
live-range-u...
5
try_perf.py
5
extension-ri...
5
module-decod...
5
regexp-unitt...
5
gc-info-unit...
5
regress-1469...
5
try_catch_no...
5
external-ref...
5
macro-assemb...
5
source.ts
5
allocation-t...
5
invalidated-...
5
representati...
5
roots-unitte...
5
string-compa...
5
deopt-multi-...
5
local-handles.h
5
i31ref.js
5
array-protot...
5
object-sprea...
5
AsyncModules...
5
runtime-gene...
5
sandbox-unit...
5
unary-op-ass...
5
js-number-fo...
5
test-compila...
5
DEPS
5
regress-1320...
5
package.json
5
instruction-...
5
tdz-modules-...
5
fuzzer-common.h
5
test-wasm-tr...
5
frame.h
5
invalidated-...
5
bit-field.h
5
call-site-in...
5
list.h
5
wrappable-in...
5
runtime-atom...
5
function.tq
5
marking-veri...
5
debug-evalua...
5
gc-casts-exn...
5
d8-console.h
5
number_mutat...
5
builtins-asy...
5
instruction-...
5
lsan-page-al...
5
gc-experimen...
5
snapshot-tab...
5
code-object-...
5
vm-state.h
5
snapshot-com...
5
node-origin-...
5
json2.js
5
unicode-unit...
5
worklist-uni...
5
JSTests1.json
5
sampling-hea...
5
literal-obje...
5
bigint.h
5
unified-heap...
5
profile-util...
5
marking-visi...
5
checks.h
5
allocation-b...
5
string-iswel...
5
regexp-flags.h
5
NewAndSpread...
5
machine-graph.h
5
constant-poo...
5
trap-handler...
5
regexp-bytec...
5
v8configs.json
5
dead-code-el...
5
maybe.h
5
instruction-...
5
wasm-jspi-as...
5
weak-ref.tq
5
conversion.tq
5
builtins-reg...
5
builtins-uti...
5
roll_merge_g...
5
date.h
5
big-weakmap.js
5
fuzzilli.cc
5
turboshaft-t...
5
api-macros-u...
5
regexp-bytec...
5
handler-outs...
5
finalization...
5
base-space.cc
5
local-handle...
5
marking.cc
5
instruction-...
5
js-duration-...
5
constants-x64.h
5
v8-exception.h
5
internal-cov...
5
test-log-sta...
5
test-run-was...
5
wasm-value.h
5
late-optimiz...
5
tagged-field.h
5
wasm-gc-brea...
5
memory.h
4
array-flat.tq
4
checkmaps-wi...
4
OWNERS
4
testcfg.py
4
template-obj...
4
loop-variabl...
4
ephemeron-pa...
4
types.h
4
access-build...
4
restart-top-...
4
debug-helper.h
4
string-util.h
4
d8-worker-sh...
4
array-findin...
4
string-liter...
4
checkmaps-wi...
4
option-utils.h
4
regress-3625...
4
wasm-interpr...
4
turboshaft-i...
4
get_hints.py
4
serializer-d...
4
marking-work...
4
logreader.mjs
4
test-assembl...
4
foozzie.js
4
int64-loweri...
4
s_sin.c
4
register-all...
4
typedarray-t...
4
export.py
4
node-label.ts
4
gc-js-intero...
4
js-collator.cc
4
pgo.h
4
typed-optimi...
4
gen-heap-con...
4
sincostab.c
4
pipeline-sta...
4
regexp-modif...
4
prototype-in...
4
assembler-te...
4
wasm-shuffle...
4
small-map.h
4
builtins-ite...
4
wasm-table-s...
4
debug-evalua...
4
graph-phase.ts
4
baseline-com...
4
regress-3696...
4
push_registe...
4
analyzer-ite...
4
startup-erro...
4
protectors.cc
4
torque-compi...
4
etw-isolate-...
4
fromstring.cc
4
modules-impo...
4
regress-4686...
4
concurrent-s...
4
metric-recor...
4
test-liveedi...
4
console-reta...
4
maglev-graph...
4
array-filter.tq
4
ast-function...
4
output.py
4
js-array-inl.h
4
.ycm_extra_c...
4
regexp-match...
4
base-constan...
4
sampling-hea...
4
test-accesso...
4
output-strea...
4
console-meth...
4
debug-featur...
4
get-properti...
4
variable_mut...
4
execution.py
4
linear-sched...
4
array-every.tq
4
regress-inli...
4
hole-inl.h
4
regress-4007...
4
platform-lin...
4
worklist.cc
4
tickprocesso...
4
instruction-...
4
module-decod...
4
store-store-...
4
regress-crbu...
4
checkmaps-wi...
4
test-assembl...
4
shared-strin...
4
strong-root-...
4
traps.cc
4
test_runner.js
4
abort-mode.h
4
bitmap-unitt...
4
macro-assemb...
4
gcmole_args.py
4
test-weakmap...
4
regress-3852...
4
heap-statist...
4
test-lockers.cc
4
branred.h
4
vtune-jit.cc
4
js-iterator-...
4
js-iterator-...
4
external-buf...
4
const-field-...
4
free-space.h
4
symbol-in-fi...
4
baseline-com...
4
unicode-deco...
4
template-obj...
4
web-snapshot...
4
array-find.tq
4
function-len...
4
runtime-modu...
4
stack-switch...
4
node.cc
4
v8-profiler-...
4
trusted-poin...
4
bytecode-gra...
4
remembered-s...
4
wasm-call-de...
4
atomics-valu...
4
checkmaps-wi...
4
debug-materi...
4
wasm-gc-exte...
4
callstats.py
4
command-line...
4
cov.cc
4
d8.py
4
sampling-hea...
4
expected.js
4
func-name-in...
4
BUILD.gn
4
handler-insi...
4
regress-3849...
4
symbols-unit...
4
promise-hook...
4
raw-machine-...
4
page-pool.cc
4
string-strea...
4
frontend_cha...
4
large-extern...
4
table64-copy.js
4
regress-3889...
4
local-decl-e...
4
set-script-s...
4
interpreter-...
4
invalidated-...
4
prefinalizer...
4
typedarray-r...
4
error-cause.js
4
branch-condi...
4
zone-chunk-l...
4
stringrefs-r...
4
trace-event.h
4
builtins-con...
4
array-findla...
4
declarable.h
4
turboshaft-i...
4
store-store-...
4
README.v8
4
field-type.h
4
array-protot...
4
generate-web...
4
feedback-cel...
4
features.txt
4
decoder-arm64.h
4
turboshaft-f...
4
Values_cpp.t...
4
static-roots...
4
test-jump-th...
4
async-functi...
4
array-to-spl...
4
combined_exp...
4
v8-tracing.h
4
call-with-ar...
4
string-case.js
4
object-access.h
4
wasm-compile...
4
regress-3291...
4
int32-branch.js
4
doubly-threa...
4
array-protot...
4
literal-obje...
4
select-lower...
4
BUILD.gn
4
platform.cc
4
stringrefs-j...
4
pointer-tabl...
4
debug-scope-...
4
code-coverag...
4
machine-lowe...
4
trusted-poin...
4
test-represe...
4
objects-visi...
4
debug-evalua...
4
trace-event-...
4
synthetic-mo...
4
testcfg.py
4
README.v8
4
regress-1450...
4
binary-op-as...
4
web-snapshot...
4
augmented_op...
4
turboshaft-t...
4
regress-crbu...
4
generator-lo...
4
lsan-page-al...
4
test-gap-res...
4
default-thre...
4
processor-bi...
4
graph-reducer.h
4
wasm-shuffle...
4
symbol-as-we...
4
dictionary-t...
4
gcmole.cc
4
runtime-trac...
4
etw-jit-meta...
4
regress-crbu...
4
foozzie_arch...
4
v8-array-uni...
4
d8-worker.js
4
handler-insi...
4
temporal-par...
4
class-debug-...
4
default-fore...
4
recreate-sch...
4
global-conte...
4
parked-scope...
4
checkmaps-wi...
4
fast-api-cal...
4
runtime-call...
4
turboshaft-g...
4
interpreter-...
4
common_inclu...
4
JSTests4.json
4
object-lock.h
4
instruction-...
4
string-conca...
4
local-isolat...
4
store_mutabl...
4
marking-work...
4
strictequals...
4
async.cc
4
test-run-was...
4
regress-1299...
4
BUILD.gn
4
shift-right-...
4
typed-array-...
4
code-pages-u...
4
README.v8
4
regress-3906...
4
object-group...
4
gc-info-tabl...
4
graph-edge.ts
4
block-instru...
4
heap-object-...
4
frontend-cha...
4
register-all...
4
DEPS
4
identity-map.h
4
compilation-...
4
cppheap-poin...
4
division-by-...
4
shared-array...
4
regress-3825...
4
stack-switch...
4
codemap.mjs
4
imported-str...
4
debug-helper...
4
dataview-red...
4
type-oracle.cc
4
bytecode-off...
4
escape-analy...
4
extension-ri...
4
baseline-com...
4
status.cc
4
region-alloc...
4
wasm-disasse...
4
default-para...
4
interpreter-...
4
marking-visi...
4
source-posit...
4
process_util...
4
array-reduce.tq
4
OWNERS
4
sandbox-hard...
4
division-by-...
4
omit-default...
4
v8-value-ser...
4
wasm-gc-js-r...
4
extension-ri...
4
external-buf...
4
DEPS
4
JSTests5.json
4
wasm-turbosh...
4
accessor-uni...
4
block-instru...
4
signature-ha...
4
shift-right-...
4
fast-api-cal...
4
incremental-...
4
liveedit-diff.h
4
regress-crbu...
4
heap-snapsho...
4
debug-blocks...
4
wasm-array-j...
4
DEPS
4
virtual-addr...
4
dla.h
4
remote-objec...
4
testcfg.py
4
shared-heap-...
4
rab-gsab-tra...
4
Forward_h.te...
4
maglev-test.cc
4
regress-crbu...
4
large-heap.js
4
serializatio...
4
js-create-lo...
4
shared-type-...
4
shift-right-...
4
turbofan-gra...
4
array-reduce...
4
x86.profile
4
runtime-shad...
4
concurrent-f...
4
gn_isolate_m...
4
local-factor...
4
recreate-sch...
4
module-sourc...
4
README.v8
4
constants-ia...
4
d8.py
4
base-page-ha...
4
wasm-js-lowe...
4
symbol-as-we...
4
code-assembl...
4
wasm-evaluat...
4
deoptimize-r...
4
turboshaft-i...
4
errors.js
4
torque-compi...
4
builtins-abs...
4
default-work...
4
regress-3592...
4
regress-crbu...
4
algorithm.h
4
finalization...
4
regress-v8-6...
4
ast-function...
4
remote-objec...
4
loop-unrolli...
4
turboshaft-b...
4
conversions-...
4
regress-1757.js
4
test-torque.tq
4
persistent-n...
4
constant-ris...
4
regress-cse.js
4
scanner-char...
4
server-data.cc
4
abstract-cod...
4
stack-switch...
4
asm-types.h
4
builtins-glo...
4
gc-null-trap...
4
bailout-reas...
4
parallel-move.h
4
v8-stack-tra...
4
shared-memor...
4
use-map.h
4
js-display-n...
4
restore-brea...
4
phase.ts
4
result.py
4
branch-condi...
4
shared-strin...
4
test-memory-...
4
memory-corru...
4
foozzie_prin...
4
never-optimi...
4
branred.c
4
cross-heap-r...
4
read-only-pr...
4
thread-local...
4
heap-consist...
4
js-regexp.tq
4
scanner-unit...
4
multiple-dir...
4
builtins-uti...
4
regress-crbu...
4
maglev-test.h
4
snapshot-tab...
4
ptr-compr.cc
4
v8-webdriver...
4
debug-evalua...
4
pause-on-ins...
4
keywords.txt
4
load_expecte...
4
push_registe...
4
array-foreac...
4
import.py
4
wasm-module-...
4
ic-callable.tq
4
base.py
4
type-traits.h
4
web-snapshot...
4
bytecode-ope...
3
trig.h
3
control-flow...
3
regress-3495...
3
remembered-s...
3
bigint64-add...
3
oddball-inl.h
3
block-instru...
3
array-splice.tq
3
DEPS
3
gc-deprecate...
3
growable-fix...
3
.clang-format
3
protocol_cor...
3
wrapper-inli...
3
js-regexp-inl.h
3
page-allocat...
3
regress-1376...
3
regress-crbu...
3
regress-3319...
3
typed-array-...
3
push_registe...
3
heap-consist...
3
regexp-bytec...
3
move-optimiz...
3
pointer-auth...
3
v8-cpp-heap-...
3
regress-3355...
3
regexp-error.h
3
v8-deep-seri...
3
cleanupsome-...
3
reference-su...
3
test-swiss-n...
3
promote-youn...
3
modules-impo...
3
wasm-compile...
3
BUILD.gn
3
macro-assemb...
3
modules-impo...
3
save_registe...
3
default-job.cc
3
bytecode-arr...
3
persistent-m...
3
regexp-looka...
3
sort-builtin...
3
constant-ris...
3
call-optimiz...
3
wasm-compile...
3
BUILD.bazel
3
cleanupsome-...
3
wasm-simd-ph...
3
macro-assemb...
3
custom-previ...
3
modules-impo...
3
testcase_tes...
3
baseline-com...
3
typed-array-...
3
web-snapshot...
3
debug-proper...
3
base-assembl...
3
gcmole-test.cc
3
snapshot-sou...
3
modules-impo...
3
type-canonic...
3
object-in-ar...
3
profiler-lis...
3
class-fields...
3
constants-ar...
3
regress-slic...
3
gc-info.cc
3
regress-1492...
3
constants-ri...
3
type-hints.cc
3
loop-analysis.h
3
save_registe...
3
BUILD.trace_...
3
eval-origin.js
3
map-groupby.tq
3
serializatio...
3
type-reflect...
3
DEPS
3
regress-1417...
3
trace-writer.cc
3
wasm-trace-d...
3
undefined-ho...
3
baseline-com...
3
option-utils.cc
3
js-promise.tq
3
arraybuffer.tq
3
object-previ...
3
regress-crbu...
3
heap-handle.h
3
roll_merge_g...
3
web-snapshot...
3
regress-crbu...
3
imported-str...
3
typedarray-w...
3
object-start...
3
test-helpers.cc
3
DEPS
3
regress-1031...
3
prototype-in...
3
testcfg.py
3
object-inspe...
3
checkmaps-wi...
3
code-desc.h
3
regress-crbu...
3
off-heap-has...
3
deopt-many-r...
3
assembler-bu...
3
test-unwinde...
3
data-view-ops.h
3
async-synchr...
3
system-jit-w...
3
bytecodes.cc
3
BUILD.gn
3
cleanup-prox...
3
set-script-s...
3
resource-nam...
3
wtf8.h
3
liveness-bro...
3
shared-strin...
3
break-on-exc...
3
reflect.tq
3
save_registe...
3
macro-assemb...
3
stress-final...
3
atomics-memo...
3
torque-wrapp...
3
grow-memory.js
3
parseTestRec...
3
bytecode-fla...
3
code-object-...
3
typedarray-r...
3
set-script-s...
3
linkage-tail...
3
atomics-wait...
3
regress-crbu...
3
modules-impo...
3
wrapper-comp...
3
mutate_numbe...
3
osr-from-ml-...
3
wasm-in-js-i...
3
try-finally-...
3
restore-brea...
3
trace-trait.h
3
shared-objec...
3
bitmap-test-...
3
div-barrett.cc
3
macro-assemb...
3
d8-worker-sc...
3
regress-3461...
3
finalization...
3
mutate_var_o...
3
script-panel...
3
unified-heap...
3
test_try_cat...
3
lda-module-v...
3
atomics-wait...
3
globals.h
3
add-type-ass...
3
compiler-sou...
3
benchmark.py
3
PrivateMetho...
3
baseline-com...
3
references.h
3
regress-crbu...
3
js-proxy.h
3
debug-helper...
3
wasm-opcodes...
3
finalization...
3
harness-abst...
3
wasm-inlinin...
3
bitcast-elid...
3
map-groupby.js
3
index.json
3
web-snapshot...
3
test-page-pr...
3
profile_only.py
3
testcfg.py
3
const-tracki...
3
testcfg.py
3
builtins-ref...
3
baseline.h
3
regress-1262...
3
shared-objec...
3
literal-nan-...
3
streaming-ap...
3
simd128.h
3
mutex-unitte...
3
inspector_pr...
3
modules-skip...
3
maybe_test.cc
3
array-with.tq
3
fast-api-cal...
3
regress-3813...
3
wasm-call-de...
3
grow-memory-...
3
member_expec...
3
heap-object-...
3
v8-non-point...
3
OWNERS
3
cleanup-from...
3
disasm-ia32.cc
3
type-inferen...
3
generator-as...
3
git_recipes.py
3
tick-sample.h
3
get-possible...
3
js-segments.cc
3
liveedit-dif...
3
exnref-rethr...
3
tagged-member.h
3
fast-api-cal...
3
test-descrip...
3
store-jsarra...
3
debug-enable...
3
global-objec...
3
add-double-p...
3
regress-crbu...
3
DEPS
3
wasm-lowerin...
3
cleanup-is-n...
3
embedded-fil...
3
allocation-r...
3
JSTests2.json
3
regress-crbu...
3
visit-object.h
3
regress-crbu...
3
asm-scanner.h
3
init-expr-in...
3
wasm-js-lowe...
3
generalized-...
3
android.py
3
testcfg.py
3
wasm-imports...
3
collections.js
3
debug-stack-...
3
wasm-struct-...
3
fast-api-cal...
3
handler-shar...
3
string-wrapp...
3
bigint-remat...
3
tagged-value...
3
step-over-ex...
3
mutex-async-...
3
growable-fix...
3
gc-optimizat...
3
pointer-with...
3
regress-1416...
3
testcfg.py
3
merge_to_bra...
3
cleanup.js
3
v8.cmx
3
preparser.cc
3
region-alloc...
3
modules-impo...
3
modules-impo...
3
module-memor...
3
README.md
3
reentrant-gc...
3
loadic-trans...
3
test-backing...
3
testcfg.py
3
wasm-script-...
3
external-buf...
3
deopt-multip...
3
atomics-wait...
3
context-dest...
3
atomics-wait...
3
code-flushin...
3
regress-1469...
3
wrappers.h
3
perf-bisect.pl
3
modules-impo...
3
regress-3479...
3
async-debug-...
3
lab-unittest.cc
3
regress-refl...
3
regress-crbu...
3
omit-default...
3
machine-grap...
3
DEPS
3
server-data.h
3
wasm-gc-sour...
3
basic-block-...
3
stack-traces.js
3
js-segments.h
3
d8-worker-on...
3
run-bytecode...
3
regress-1394...
3
d8-worker-dy...
3
differential...
3
descriptor-a...
3
regexp-fuzze...
3
message-hand...
3
property-det...
3
unwinding-in...
3
regexp-macro...
3
const-tracki...
3
regress-crbu...
3
regress-3329...
3
bytecode-fla...
3
source-posit...
3
debugger-res...
3
typed-array-...
3
v8-profiler-...
3
array-native...
3
pointer-auth...
3
index.html
3
debug-stack-...
3
endian.h
3
stub-cache.h
3
regress-1479...
3
regexp-macro...
3
contextual.h
3
modules-impo...
3
ieee754.cc
3
generate-exp...
3
trap-handler...
3
constant-arr...
3
declarations.cc
3
regress-3804...
3
BUILD.gn
3
mutex.js
3
loadic-trans...
3
resizer.ts
3
modules-impo...
3
runtime-fori...
3
serializatio...
3
step-into-ex...
3
wasm-disasse...
3
README.v8
3
d8-worker-sh...
3
regress-1435...
3
shared-strin...
3
string-wrapp...
3
compiler-sou...
3
regress-3465...
3
regress-3425...
3
web-snapshot...
3
console-mess...
3
test-select-...
3
regress-1470...
3
redundancy-e...
3
runtime-utils.h
3
store_mutabl...
3
memcopy.h
3
regress-1278...
3
load-simplif...
3
typed-array-...
3
wasm-trace-l...
3
d8-worker-sp...
3
loop-peeling...
3
log-wasm-to-...
3
simplified-l...
3
frames.tq
3
generator-as...
3
test-ptr-com...
3
v8threads.cc
3
reducer-trai...
3
source-posit...
3
table64-js-a...
3
OWNERS
3
object-previ...
3
set-breakpoi...
3
test_mutate_...
3
PrivateClass...
3
two-weakrefs.js
3
test_db.js
3
regress-v8-1...
3
memory-optim...
3
garbage-coll...
3
json-stringi...
3
disasm-s390-...
3
context-seri...
3
json_test.cc
3
regress-4093...
3
await-using-...
3
modules-skip...
3
shared-struc...
3
generate-web...
3
string-charA...
3
test-js-weak...
3
once.h
3
elements-kin...
3
modules-impo...
3
simd-fp16.js
3
StandardForL...
3
array-from-a...
3
microtask-qu...
3
d8-worker-sh...
3
assembler-ri...
3
name-provider.h
3
test_mutate_...
3
checkmaps-wi...
3
array-some.tq
3
fuzzer.cc
3
mid-tier-reg...
3
lazy-feedbac...
3
float-arith.js
3
evacuation-v...
3
fast-api-cal...
3
gc-info-table.h
3
regress-3512...
3
js-locale.h
3
callstats.py...
3
foozzie_laun...
3
wasm-script-...
3
condition-as...
3
multiply.js
3
regress-crbu...
3
register-all...
3
shared-heap.js
3
wasm-inlinin...
3
api-icu-unit...
3
cross-thread...
3
regress-1239...
3
format-range...
3
regress-1432...
3
test-helper-...
3
regress-1323...
3
compactor.h
3
log-wasm-to-...
3
omit-default...
3
VariableWith...
3
bytecode-reg...
3
regress-3291...
3
json-parse-w...
3
platform-emb...
3
builtins-str...
3
regress-8420...
3
external-buf...
3
mul-toom.cc
3
math-random.cc
3
test-helper-...
3
v8-string-co...
3
gc-idle-time...
3
macro-assemb...
3
js-heap-brok...
3
kythe-data.h
3
.bazelrc
3
js-segment-i...
3
baseline-com...
3
OWNERS
3
wasm-gc-mult...
3
default-thre...
3
macro-assemb...
3
wasm-instrum...
3
test-c-wasm-...
3
wasm-gc-mult...
3
i32-lowering...
3
futex.js
3
regress-1432...
3
block-instru...
3
typed-array-...
3
emulated-vir...
3
shared-objec...
3
README
3
regress-1370...
3
regress-crbu...
3
test-tracing.cc
3
set-script-s...
3
bootstrap.sh
3
regress-crbu...
3
maglev-compi...
3
regress-3409...
3
source-text-...
3
array-protot...
3
shared-array...
3
test-atomic-...
3
all-nodes.cc
3
callbacks.cc
3
test-tempora...
3
interrupt-wo...
3
doubly-threa...
3
sta-module-v...
3
js-temporal-...
3
regress-3246...
3
inspected-co...
3
regress-3782...
3
batch-compil...
3
preparser-un...
3
log-file.cc
3
api-setter.js
3
regress-crbu...
3
abstract-code.h
3
js-segment-i...
3
deopt-non-in...
3
liftoff-vars...
3
test-calls-w...
3
shared-objec...
3
origin-trial...
3
object-unitt...
3
d8-worker-sh...
3
gap-resolver.h
3
.gitkeep
3
regexp-globa...
3
boxed-float.h
3
maglev.h
3
stack_trace_...
3
gap-resolver.cc
3
array-protot...
3
js-temporal-...
3
instruction-...
3
test-assembl...
3
linear-alloc...
3
bigint-remat...
3
wasm-result.cc
3
regress-1137...
3
regress-3477...
3
v8.cml
3
.vpython
3
constants-pp...
3
wasm-disasse...
3
d8.py
3
wtf8.cc
3
string-stream.h
3
regexp.cc
3
memory-measu...
3
regress-1424...
3
disassembly-...
3
math-clz32.js
3
mutex-async-...
3
finalization...
3
trace-object.cc
3
free-list-inl.h
3
save_registe...
3
code-coverag...
3
operator.h
3
page-pool.h
3
platform-emb...
3
regress-1149...
3
v8-debug-hel...
3
README.v8
3
instruction-...
3
wasm-in-js-i...
3
symbolizer.cc
3
string-exter...
3
regress-crbu...
3
module-proto...
3
virtual-addr...
3
web-snapshot...
3
persistent-n...
3
cleanup-on-d...
3
index.html
3
TypeBuilder_...
3
callstats_gr...
3
mjsunit.js.h
3
phi-untaggin...
3
set-script-s...
3
cc-generator.cc
3
code-generat...
3
profiler-pan...
3
ring-buffer.h
3
format-basic...
3
finalization...
3
regress-crbu...
3
debug-stepne...
3
regress-crbu...
3
explicit-man...
3
double.h
3
name-trait.h
3
OWNERS
3
_monkeyYaml.py
3
bulk-memory.js
3
shared-strin...
3
frame-consta...
3
fast-api-cal...
3
console-prof...
3
web-snapshot...
3
embedded-dat...
3
grow-huge-me...
3
wasm-interpr...
3
modules-impo...
3
async-dispos...
3
regress-crbu...
3
v8.h
3
tier-to-ml-t...
3
constant-arr...
3
bytecode-dec...
3
shared-struc...
3
typed-array-...
3
virtual-addr...
3
regress-1125...
3
iterator-fro...
3
assembler-bu...
3
fuzztest.cc
3
csa-load-eli...
3
tagged-impl-...
3
simplified-o...
3
array-concat.tq
3
js-break-ite...
3
bounds.h
3
mjsunit.js
3
register-base.h
3
string-wrapp...
3
await-using-...
3
arm64.profile
3
array-indexo...
3
condition-as...
3
pending-opti...
3
v8_build_con...
3
tests.cc
3
runtime-fute...
3
marker-unitt...
3
threaded-list.h
3
array-lastin...
3
js-heap-brok...
3
regress-3395...
3
code-space-o...
3
regress-3430...
3
v8-serializa...
3
web-snapshot...
3
loop-unrolli...
3
ostreams.h
3
module-inl.h
3
push_registe...
3
checkmaps-wi...
3
set-script-s...
3
value-unavai...
3
parallel-mov...
3
test-stack-u...
3
process_util...
3
atomics-wait...
3
web-snapshot...
3
regress-crbu...
3
asm-types.cc
3
pending-comp...
3
implementati...
3
preparse-dat...
3
package-lock...
3
wasm-typer.h
3
builtins-wea...
3
object-start...
3
const-dict-t...
3
break-on-exc...
3
grow-memory-...
3
check_protoc...
3
type-visitor.cc
3
load_expecte...
3
simulator-ba...
3
code-assembl...
3
shift-right.js
3
regress-1180...
3
string-wrapp...
3
wasm-in-js-i...
3
runtime-numb...
3
kythe-data.cc
3
code-flushin...
3
custom-previ...
3
test-api-inc...
3
wasm-api-test.h
3
v8-debug-hel...
3
typed-array-...
3
PrivateAcces...
3
cleanupsome.js
3
dataview-low...
3
msan.h
3
regexp-lookb...
3
array-shift.tq
3
lda-module-v...
3
sys-info.cc
3
regress-1237...
3
test-helper-...
3
table-numeri...
3
PublicClassF...
3
mutate_numbe...
3
heap-statist...
3
interpreter-...
3
save_registe...
3
bit-vector-u...
3
condition-as...
3
runtime-weak...
3
test_mutatio...
3
v8windbg-tes...
3
push_registe...
3
BUILD.ittapi
3
array-includ...
3
array-of.tq
3
get-possible...
3
wasm-trace-d...
3
regress-1442...
3
alias-materi...
3
scavenge-job.h
3
decompressio...
3
test-instruc...
3
local-factor...
3
js-array.tq
3
test-run-was...
3
console-prof...
3
use-grouping...
3
web-snapshot...
3
wasm-inspect...
3
tick.mjs
3
d8.py
3
grow-memory-...
3
typed-optimi...
3
web-snapshot...
3
run-gcmole.py
3
allocation-u...
3
identity-map.cc
3
regression-7...
2
regress-1373...
2
array-to-rev...
2
regress-1074...
2
js-weak-refs.h
2
regress-crbu...
2
trusted-range.h
2
mutate_funct...
2
generate-web...
2
wasm-scope-i...
2
format-range.js
2
set-breakpoi...
2
gc-idle-time...
2
fast-api-seq...
2
set-breakpoi...
2
promise-with...
2
wasm-disasse...
2
index.json
2
BUILD.gn
2
regress-crbu...
2
test-feedbac...
2
protoc.py
2
debug-evalua...
2
deopt-debugg...
2
field-index.h
2
differential...
2
spidermonkey...
2
regress-crbu...
2
unicode-help...
2
progress-bar.h
2
proto_librar...
2
etw-isolate-...
2
v8-regex.cc
2
array-foreac...
2
regress-crbu...
2
shared-struc...
2
property-arr...
2
suppressed-e...
2
shadowrealm-...
2
parse-decisi...
2
regress-1405...
2
regress-3715...
2
utils-inl.h
2
regress-3792...
2
regress-1507...
2
regress-3384...
2
regress-1480...
2
concurrent-i...
2
c5813b84d032...
2
deopt-preten...
2
deopt-untagg...
2
typed-array-...
2
wasm-scripts.js
2
regress-crbu...
2
duplicate-na...
2
exception-th...
2
regexp-utils.cc
2
break-on-exc...
2
wasm-disasse...
2
testcfg.py
2
dictionary-u...
2
regress-crbu...
2
script-on-af...
2
stringview-v...
2
README.md
2
DEPS
2
strtod.cc
2
format-torqu...
2
regress-1347...
2
gen-keywords...
2
regress-3772...
2
save_registe...
2
test-wasm-st...
2
regress-crbu...
2
float16-arra...
2
declaration-...
2
regress-1523...
2
wasm-trace-m...
2
utils-arm64.h
2
setup-isolat...
2
regress-1415...
2
wasm-trace-m...
2
ic-megadom-2.js
2
checkmaps-wi...
2
member.cc
2
gc-callbacks...
2
function-sco...
2
platform.h
2
async-dispos...
2
d8.py
2
extend-prope...
2
required-opt...
2
source-posit...
2
LetVariableC...
2
limit-size-o...
2
hashing.h
2
StaticClassF...
2
regress-3722...
2
js-wrapper-t...
2
ic-callable-...
2
virtual-memo...
2
loop-interru...
2
internal-pro...
2
wasm-trace-d...
2
gen-regexp-s...
2
fpu.cc
2
externref-gl...
2
frame-argume...
2
.git-blame-i...
2
full_async_e...
2
console.tq
2
BUILD.zlib
2
format-range...
2
frame-elider.h
2
builtin-jump...
2
time_style_h...
2
glue_test.cc
2
parsing.cc
2
tracing.h
2
js-raw-json.h
2
finalize.cc
2
movable-cont...
2
runtime-util...
2
regress-crbu...
2
code.cc
2
set-breakpoi...
2
ffi-error.js
2
cputracemark...
2
js-struct.tq
2
fast-api-exc...
2
type-stats.cc
2
test-pool.cc
2
tsan_suppres...
2
testcfg.py
2
test-web-sna...
2
console-asse...
2
locale-colla...
2
DEPS
2
regress-1511...
2
loop-assignm...
2
regress-1455...
2
regress-crbu...
2
v8_importer_...
2
microtask-qu...
2
shared-conve...
2
test-feedbac...
2
regress-4066...
2
regress-crbu...
2
invalid-opti...
2
try_catch_di...
2
evaluate-run...
2
typer.cc
2
wasm-inlinin...
2
map-return-2.js
2
set-breakpoi...
2
setup-isolate.h
2
regress-crbu...
2
load-elimina...
2
memory.h
2
load.js
2
exnref-globa...
2
constants-s3...
2
web-snapshot...
2
regress-1400...
2
mergeinfo.py
2
LICENSE
2
evaluate-on-...
2
d8_mocked.py
2
regress-crbu...
2
pointer-auth...
2
fuzzilli.h
2
function-tes...
2
literal-obje...
2
array-sort.js
2
disasm-loong...
2
handler-tabl...
2
v8_smoke_tes...
2
mutate_numbe...
2
regress-3663...
2
update-vscod...
2
regress-1486...
2
base64-from-...
2
combine_hint...
2
test-inobjec...
2
regress-crbu...
2
iterator-pro...
2
allocation_p...
2
OWNERS
2
code-coverag...
2
non-instance...
2
accounting-a...
2
data-handler...
2
wasm-trace-m...
2
elements-inl.h
2
keys.h
2
bigint-equal.js
2
regress-1359...
2
utils.h
2
regress-3889...
2
string-local...
2
regress-3363...
2
disasm-ppc-u...
2
turboshaft-c...
2
wasm-inlinin...
2
modules-impo...
2
instruction-...
2
swiss-name-d...
2
regress-crbu...
2
vtunedomain-...
2
allocation-b...
2
predictable_...
2
array-unshif...
2
build_db.js
2
extended-con...
2
asm_to_inlin...
2
regress-1417...
2
encoded-c-si...
2
regress-3994...
2
disposable-s...
2
object_mutat...
2
ConstVariabl...
2
OWNERS
2
README.v8
2
disasm-ia32-...
2
export-wrapp...
2
map-inferenc...
2
regress-crbu...
2
regexp-unico...
2
regress-1411...
2
turboshaft-t...
2
reflect.cc
2
js-plural-ru...
2
test_support...
2
scope-test-h...
2
emulated-vir...
2
test-helper-...
2
regress-crbu...
2
format-range...
2
hour_cycle.js
2
regress-3653...
2
v8-regexp.h
2
bigint64-sub...
2
js-weak-refs...
2
functional.h
2
testcfg.py
2
set-prototyp...
2
function-tes...
2
platform-emb...
2
generator-lo...
2
regress-3731...
2
set-return-1.js
2
test-js-cont...
2
deopt-non-in...
2
dtoa.cc
2
regress-3680...
2
get_hints.py
2
internal-pro...
2
string-util.cc
2
rounding-inc...
2
mutate_array...
2
format_range...
2
regress-3882...
2
test_flags.js
2
memory-traci...
2
prefinalizer...
2
default-plat...
2
expected_fla...
2
expected.js
2
regress-9329...
2
js-segments-...
2
CallAndSprea...
2
turboshaft-t...
2
cpu-profiler...
2
allocation.cc
2
traced-value.cc
2
typed-array-...
2
wasm-deopt-d...
2
handler-outs...
2
regress-crbu...
2
promise-try.tq
2
test_monkeyY...
2
test_memory.js
2
regress-3496...
2
js-raw-json-...
2
wasm-manipul...
2
wasm-trace-d...
2
cfg.cc
2
api-call-no-...
2
array-to-spl...
2
sampler-unit...
2
factory-unit...
2
memory-traci...
2
regress-1403...
2
32369494369e...
2
regress-crbu...
2
flush-only-b...
2
code-elimina...
2
toggle-prope...
2
using-with-n...
2
wasm-argumen...
2
DEPS
2
regexp.js
2
regress-v8-1...
2
graph-unitte...
2
semaphore.h
2
regress-crbu...
2
index-genera...
2
register.h
2
pointer-auth...
2
external-ref...
2
web-snapshot...
2
asm-parser.h
2
v8-webdriver...
2
regress-1312...
2
wasm-compile...
2
all-nodes.h
2
runtime-eval...
2
search-util.cc
2
unicode.js
2
typedarray-g...
2
register-all...
2
regexp-14098.js
2
OuterContext...
2
test-func-na...
2
cputracemark...
2
mutable-page...
2
table64-call...
2
OWNERS
2
promise-chai...
2
compile.cc
2
TypeBuilder_...
2
exception-th...
2
v8_build_con...
2
set-is-subse...
2
special-case.h
2
debug-type-p...
2
instructions.cc
2
wasm-gc-js-a...
2
bigint-shift...
2
bash-complet...
2
object-view.h
2
gc-callbacks...
2
v8-fallthrou...
2
maglev-code-...
2
test-basic-b...
2
regress-3556...
2
asm-wasm-mat...
2
js-list-form...
2
util.h
2
d8_mocked.py
2
regress-1027...
2
test-invalid...
2
regress-3701...
2
object-start...
2
expectation.py
2
mixed-eh-inv...
2
string-table...
2
elements-kin...
2
regexp-resul...
2
regress-1069...
2
builtins-sym...
2
array-protot...
2
index.html
2
regexp-stack.cc
2
external-ref...
2
exceptions.js
2
element-segm...
2
wasm-deopt-m...
2
object-lock-...
2
typedarray-r...
2
basic-slot-s...
2
builtins-dat...
2
variant.py
2
LICENSE
2
BUILD.gn
2
resolved-opt...
2
local-variab...
2
regression-c...
2
wasm-deopt-m...
2
log-file.h
2
test262.py
2
frame-consta...
2
clear-async-...
2
platform-aix.cc
2
cross_over_t...
2
diy-fp.h
2
late-escape-...
2
deopt-too-ma...
2
etw-isolate-...
2
console-line...
2
declarations.h
2
visitors.cc
2
wasm-disasse...
2
BreakableBlo...
2
array-with.js
2
gc-experimen...
2
string-hashe...
2
maglev-code-...
2
break-on-exc...
2
regexp-resul...
2
merge_to_bra...
2
pretenuring-...
2
js-weak-refs.cc
2
preventExten...
2
platform-cyg...
2
console-time...
2
wasm-shuffle...
2
cur-isolate.h
2
save_registe...
2
GLOSSARY.md
2
control-tran...
2
deopt.js
2
promise-race.tq
2
date_style_t...
2
mutate_numbe...
2
array-new-un...
2
trap-handler...
2
allocation-u...
2
AsyncGenerat...
2
ubsan.h
2
expected_cod...
2
fast-dtoa.cc
2
regress-1394...
2
debug-covera...
2
csa-generator.h
2
typedarray-t...
2
v8threads.h
2
vtunedomain-...
2
cpu-unittest.cc
2
unicode-help...
2
regress-crbu...
2
input1.js
2
call-generat...
2
wasm-set-bre...
2
log-code-aft...
2
regression-1...
2
large-page-i...
2
Memory.json
2
regress-1179...
2
safepoint-ta...
2
recorder-win.cc
2
simplified-l...
2
etw-isolate-...
2
call_expecte...
2
regress-1153...
2
disposable-s...
2
imported-dat...
2
decoder-unit...
2
import-asser...
2
typed-array-...
2
wasm-trace-m...
2
regress-1417...
2
cpu-riscv.cc
2
regexp-searc...
2
regress-1065...
2
turboshaft-b...
2
push_registe...
2
platform-sol...
2
expression_m...
2
intrusive-set.h
2
turbo-assemb...
2
array-return...
2
disposable-s...
2
wasm-math-in...
2
INFRA_OWNERS
2
regress-1502...
2
bigint-shell.cc
2
877c27d1e4a8...
2
v8_build_con...
2
wrappable-in...
2
await-using-...
2
google_test_...
2
isolate-utils.h
2
trace-event.cc
2
regress-3613...
2
js-segment-i...
2
bytecodes-un...
2
array-oob-lo...
2
tracing-cont...
2
zone-handle-...
2
regress-3895...
2
settings.json
2
string-forwa...
2
regress-crbu...
2
iterator-non...
2
heap-statist...
2
deopt-value-...
2
test-api-icu.cc
2
clear-async-...
2
arguments.tq
2
platform-ios.cc
2
js-promise.h
2
off-heap-has...
2
divide.js
2
add-type-ass...
2
v8_unittests...
2
sigproc.py
2
trap-handler...
2
regress-crbu...
2
regress-1411...
2
index.json
2
parent-tla_F...
2
turboshaft-b...
2
MODULE.bazel
2
memory.cc
2
turbofan-typ...
2
regress-3767...
2
utils-arm64.cc
2
leb-helper-u...
2
release_bran...
2
log-inl.h
2
construct-ar...
2
list.h
2
add-no-opt.js
2
README.v8
2
debug-featur...
2
bytecode-arr...
2
mb_test.py
2
evaluate-rep...
2
shadowrealm-...
2
turboshaft-t...
2
regress-1374...
2
helper.mjs
2
test-run-cal...
2
suspended-ge...
2
checkmaps-wi...
2
virtual-memo...
2
typedarray-t...
2
cpu-arm64.cc
2
regress-crbu...
2
struct-types...
2
map.tq
2
flush-instru...
2
seed.py
2
baseline-com...
2
callback-wit...
2
regress-crbu...
2
checkmaps-wi...
2
protocol-wor...
2
live-object-...
2
rounding-mod...
2
set-breakpoi...
2
progressbar-...
2
filecheck.py
2
regress-crbu...
2
utils.cc
2
fast-api-int...
2
mutate_objec...
2
compiled-mod...
2
js-plural-ru...
2
regress-4085...
2
v8-debug.h
2
glue.h
2
mutable-page...
2
control-flow...
2
regress-9376...
2
member-stora...
2
regress-crbu...
2
json-errors.js
2
regress-crbu...
2
await-using-...
2
v8-weak-call...
2
cfg.h
2
cur-isolate.cc
2
regress-3262...
2
deopt-nan.js
2
regexp-dupli...
2
regress-3929...
2
js-promise-i...
2
max-module-s...
2
regress-1185...
2
web-snapshot...
2
turboshaft-i...
2
context-dest...
2
register-con...
2
regress-crbu...
2
condition-wo...
2
fast-api-cal...
2
regress-1314...
2
index-genera...
2
test-trace-e...
2
generator-ne...
2
regress-1469...
2
regress-3540...
2
interrupts-s...
2
stats-collec...
2
frame-consta...
2
store_mutabl...
2
expected_cod...
2
maglev-pipel...
2
regress-1347...
2
regress-1145...
2
poly-store-t...
2
suppressions...
2
deopt-metric...
2
sealed-array...
2
regress-crbu...
2
wasm-set-bre...
2
messages.js
2
object-group...
2
literals.js
2
fuzztest.h
2
compile-all.cc
2
OWNERS
2
equals-feedb...
2
regress-crbu...
2
v8-unwinder.h
2
scavenge-job.cc
2
property-lin...
2
wasm-simd-un...
2
map-inference.h
2
regress-1364...
2
v8-trace-cat...
2
CompoundExpr...
2
regress-3313...
2
string-exter...
2
frame-consta...
2
d8_mocked.py
2
utf8-decoder.h
2
accessor-as-...
2
regress-1329...
2
duration-to-...
2
regress-crbu...
2
test-machine...
2
test_context.js
2
web-snapshot...
2
cache-graphs...
2
memory-taggi...
2
rounding-inc...
2
object-group...
2
ignition-sta...
2
regress-1512...
2
9a863bdec092...
2
string-charc...
2
generator-lo...
2
v8-container.h
2
array_mutato...
2
delayed-task...
2
subtyping-in...
2
bigint64-mul...
2
object-start...
2
array-return...
2
regress-crbu...
2
etw-isolate-...
2
string-retur...
2
ArrayLiteral...
2
allocation-t...
2
wasm-trace-d...
2
prototype-in...
2
grandparent-...
2
bitwise-and.js
2
value-serial...
2
tracing-cpu-...
2
regress-crbu...
2
register-all...
2
wrappers.js
2
deopt-signal...
2
disasm-arm-u...
2
regress-crbu...
2
promise-with...
2
doubly-threa...
2
cov.cc
2
code-stats.h
2
Delete.golden
2
timeline-ove...
2
regress-1478...
2
get-iterator...
2
deep-seriali...
2
pause-on-ins...
2
bit-shift-ri...
2
regress-3313...
2
instruction-...
2
OWNERS
2
typed-array-...
2
format-strin...
2
time-unittes...
2
no-deopt-dep...
2
trace-catego...
2
save_registe...
2
regress-4149...
2
v8windbg-ext...
2
DEPS
2
wasm-scripts...
2
inline-phi-l...
2
non-extensib...
2
spill-placer.h
2
run-jscalls-...
2
const-tracki...
2
store-store-...
2
1876a21afb72...
2
gc-idle-time...
2
regress-1452...
2
stack-switch...
2
return-calls...
2
turbo-assemb...
2
deep-seriali...
2
test-run-loa...
2
get-possible...
2
regress-crbu...
2
regexp-stack.h
2
test-simple-...
2
parse-proces...
2
bigint-multi...
2
deoptimizer-...
2
persistent-f...
2
builtins-typ...
2
wasm-instrum...
2
json-parse-w...
2
maglev-pipel...
2
has-in-proto...
2
wasm-inlinin...
2
regexp-gramm...
2
test-seriali...
2
v8-date.h
2
run-tail-cal...
2
hashmap-entry.h
2
strict-equal...
2
global-initi...
2
dataview-acc...
2
instructions.h
2
layout-occup...
2
js-collectio...
2
address-regi...
2
inspected-co...
2
76c7c68f689d...
2
wasm-typer-i...
2
system-jit-w...
2
cross_over_t...
2
regression-1...
2
state-values...
2
regress-3616...
2
disposable-s...
2
iterator-pro...
2
flags.h
2
field-type.cc
2
deopt-serial...
2
async-dispos...
2
regress-crbu...
2
object.tq
2
regress-4349...
2
growable-sta...
2
regress-3422...
2
OWNERS
2
multi-memory...
2
map-return-1.js
2
regress-3994...
2
Uint8Clamped...
2
await-using-...
2
table-limits.js
2
regress-1247...
2
regress-3341...
2
exception-un...
2
regress-3775...
2
not-hold-pro...
2
function-kind.h
2
regexp-bytec...
2
serialized-s...
2
typedarray-l...
2
promise-fina...
2
regress-1417...
2
other-pause-...
2
ContextParam...
2
linux-perf-c...
2
helper.mjs
2
v8_suppressi...
2
typedarray-r...
2
iterator-non...
2
state-values...
2
dead-code-el...
2
string-format.h
2
array-protot...
2
decompressio...
2
test_load_ex...
2
test-api.js
2
local-server.sh
2
opmask-unitt...
2
name-trait.cc
2
v8-maybe.h
2
common-opera...
2
set-is-subse...
2
typed-array-...
2
instruction-...
2
script-detai...
2
init-expr.cc
2
cppheap-poin...
2
yield-proces...
2
region-alloc...
2
memory-balan...
2
utils.cc
2
turbo-assemb...
2
shuffles.js
2
testcfg.py
2
disposable-s...
2
debug-break-...
2
regress-crbu...
2
wasm-trace-t...
2
object-proto...
2
lazy-instance.h
2
code-coverag...
2
suppressed-e...
2
cctest-utils.h
2
feedback-sou...
2
regress-crbu...
2
regress-1089...
2
regress-crbu...
2
inobject-sla...
2
cross_over_t...
2
regressions.cc
2
regress-crbu...
2
gc-ref-eq.js
2
trap-handler...
2
load_mutable...
2
js-function.tq
2
regress-crbu...
2
frozen-array...
2
typedarray-l...
2
regress-crbu...
2
regress-4100...
2
regress-3828...
2
regress-crbu...
2
bits-iterator.h
2
wasm-module-...
2
wasm-revec-p...
2
regress-3339...
2
exponentiate.js
2
web-snapshot...
2
generator-st...
2
v8_build_con...
2
concatenate_...
2
bytecode-arr...
2
tla-hang-ent...
2
seal-variabl...
2
free-space.tq
2
regress-crbu...
2
js-shared-ar...
2
private-auto...
2
fast-api-hel...
2
OWNERS
2
disassembler.h
2
deopt-to-bas...
2
regress-1189...
2
intl-unittes...
2
test-verify-...
2
DIR_METADATA
2
js-generator.h
2
locale-info-...
2
ninja-build.vim
2
set-is-subse...
2
foreign.tq
2
default-job.h
2
api-call-pro...
2
test_support...
2
zone-vector-...
2
array-copy-e...
2
__init__.py
2
bigint64-div...
2
unary-op-thr...
2
roll_bisect.py
2
stack-taggin...
2
google_test_...
2
regress-3363...
2
regress-1070...
2
foozzie_type...
2
d8_mocked.py
2
regress-crbu...
2
test-parsing.cc
2
wasm-deopt-m...
2
duplicates_e...
2
add-binding-...
2
exceptionthr...
2
regress-crbu...
2
test-simple-...
2
function-tes...
2
get-possible...
2
typedarray-g...
2
regress-1417...
2
platform-fre...
2
add-binding.js
2
tagged-index.h
2
test-intl.cc
2
stack_analyz...
2
instruction-...
2
break-on-exc...
2
regress-1464...
2
mjsunit-asse...
2
shared-struc...
2
set-is-subse...
2
heap-snapsho...
2
regress-crbu...
2
logging-unit...
2
regress-crbu...
2
atomic-wait-...
2
preventExten...
2
arguments-inl.h
2
visitor-unit...
2
assembler-he...
2
json_platfor...
2
wasm-revec-p...
2
simplified-l...
2
constant-ris...
2
constants-ar...
2
strict-equal...
2
session-stop...
2
swiss-name-d...
2
deep-seriali...
2
load_mutable...
2
large-page-m...
2
index.html
2
float16-lowe...
2
regress-1364...
2
public-auto-...
2
small-vector...
2
disposable-s...
2
misc-ensure-...
2
for-of-loops...
2
address-map.h
2
regress-3576...
2
csuite.py
2
stack_analyz...
2
assembler-ri...
2
disposable-s...
2
modules-impo...
2
compile-simd.cc
2
array-protot...
2
heap-visitor.cc
2
pool_test.py
2
locked-queue.h
2
test_normali...
2
README.v8
2
generate-ran...
2
exception-ha...
2
nested-conti...
2
wasm-deopt-m...
2
table64-impo...
2
etw-debug-win.h
2
unmapper-uni...
2
await-using-...
2
OWNERS
2
regress-4204...
2
mutex-worker...
2
typedarray-g...
2
tasks.h
2
typed-array-...
2
combined-hea...
2
hole.h
2
serialize.cc
2
package.json
2
task-runner.h
2
CountOperato...
2
import-asser...
2
CallNew.golden
2
regress-3293...
2
wasm-jspi-as...
2
constant-fol...
2
wasm-gc-opti...
2
import-sourc...
2
extend-prope...
2
set-return-2.js
2
profile-gene...
2
regress-5279...
2
index.json
2
system-jit-m...
2
regress-1079...
2
efficiency-m...
2
v8_fuzz_expe...
2
README.chromium
2
regress-1430...
2
large-struct.js
2
timeout.py
2
regress-1255...
2
expected_cod...
2
ordered-hash...
2
doubly-threa...
2
allocation-s...
2
call_cold.h
2
store-store-...
2
etw-isolate-...
2
test-assembl...
2
selection.ts
2
regress-crbu...
2
convert_prot...
2
OWNERS
2
atomicops.h
2
regress-8094.js
2
regress-3422...
2
StaticPrivat...
2
late-load-el...
2
await-using-...
2
table64-set.js
2
exnref-api.js
2
get-properti...
2
parser.cc
2
compile-wasm...
2
for-using-of...
2
arm.profile
2
rollup.confi...
2
debug-evalua...
2
js-atomics-m...
2
interceptor-...
2
set-breakpoi...
2
typedarray-r...
2
etw-control-...
2
tracing-cate...
2
testcfg.py
2
regress-9138...
2
regress-1364...
2
regress-1074...
2
wasm-inlinin...
2
ContextVaria...
2
input2.js
2
bigint-util.js
2
test-js-cons...
2
test-run-deo...
2
OWNERS
2
clean-up-fea...
2
regress-1075...
2
typedarray.js
2
osr-to-tf.js
2
random-numbe...
2
index.json
2
package.json
2
save_registe...
2
bytecode-ana...
2
keys.js
2
background-c...
2
code-desc.cc
2
testcfg.py
2
fast-api-cal...
2
view-element...
2
regress-1497...
2
optimized-ar...
2
cc45a134bf1e...
2
hello-world.cc
2
flush-baseli...
2
session-stop.js
2
indirect-tab...
2
regression-4...
2
regress-crbu...
2
assembler-he...
2
set-breakpoi...
2
DEPS
2
abstract-cod...
2
marking-work...
2
regress-3722...
2
turboshaft-g...
2
turbo-assemb...
2
heap-growing.cc
2
shared-funct...
2
array-slice.tq
2
OWNERS
2
array-protot...
2
fuzzilli_com...
2
regress-crbu...
2
hashcode-uni...
2
builtin-jump...
2
object-start...
2
v8-source-lo...
2
do-while.js
2
regress-1070...
2
constant-ris...
2
object-assig...
2
stack-unitte...
2
duplicate-na...
2
test-shared-...
2
combine_hint...
2
modules-simp...
2
field-index-...
2
duplicate-na...
2
string-retur...
2
break-on-exc...
2
deopt-too-mu...
2
discriminate...
2
call_cold.cc
2
regress-1236...
2
test-platfor...
2
features.txt
2
heap-number-...
2
index.html
2
wasm-trace-m...
2
debug-evalua...
2
regress-1074...
2
code.mjs
2
regress-3422...
2
regress-crbu...
2
OWNERS
2
runtime-intl.cc
2
DEPS
1
constructor-...
1
regress-crbu...
1
regress-0286...
1
async-from-s...
1
asm-debug.js
1
typed-array-...
1
regress-crbu...
1
regress-4011...
1
wasm-module-...
1
modules-skip...
1
.lint-vpython3
1
modules-impo...
1
simd-lane-me...
1
regress-3798...
1
local-logger.cc
1
load-named-f...
1
regress-3781...
1
trace-id.h
1
block-covera...
1
base-export.h
1
wasm-source.js
1
set-script-s...
1
regress-3663...
1
regress-3384...
1
const-tracki...
1
set-script-s...
1
libreprl.h
1
await-using-...
1
set-script-s...
1
regress-1339...
1
wasm-stack-e...
1
mark-compact...
1
.gitignore
1
regress-3790...
1
regress-3727...
1
tracing-flags.h
1
regress-3663...
1
mutate_funct...
1
regress-3923...
1
typer-unitte...
1
table64-size.js
1
async-dispos...
1
benchmark-ma...
1
empty_module
1
typed-array-...
1
regress-1411...
1
bytecode-exp...
1
trusted-poin...
1
regress-3498...
1
enter-and-le...
1
gdb-remote-u...
1
regress-1427898
1
table64-get.js
1
regress-3787...
1
regress-3430...
1
test-diy-fp.cc
1
OWNERS
1
regexp-stati...
1
regress-3611...
1
wasm.hh
1
proxy-revoca...
1
clamped_math...
1
test-disasm-...
1
node-observe...
1
asm-js-break...
1
regress-3690...
1
base_string_...
1
clearkeptobj...
1
regress-crbu...
1
fata_js_oom....
1
typed-array-...
1
number-strin...
1
regress-3839...
1
inline-fresh...
1
atomics-stor...
1
regress-1054...
1
mutate_expre...
1
regress-3828...
1
regress-3905...
1
array-concat...
1
regress-7014...
1
OWNERS
1
wasm-evaluat...
1
regress-3765...
1
collapse_up.svg
1
exceptions.js
1
console-prof...
1
node-observe...
1
regress-1408...
1
turbofan-dis...
1
regress-4149...
1
regress-1403...
1
regress-3554...
1
modules-impo...
1
unstable-map...
1
regress-1380...
1
libplatform.h
1
wasm-module-...
1
test-disasm-...
1
embedder-dat...
1
regress-crbu...
1
stack_trace_...
1
math-hypot.js
1
futex.js
1
deopt-multi-...
1
error_suppor...
1
regress-crbu...
1
grow-shared-...
1
deploy.sh
1
internal-pro...
1
regress-3760...
1
regress-crbu...
1
StaticPrivat...
1
regress-3526...
1
README.v8
1
regress-3696...
1
wasm-compile...
1
test-run-byt...
1
regress-3677...
1
test-factory.cc
1
rab-gsab-val...
1
unwinding-in...
1
atomics-load.js
1
redundancy-e...
1
regress-7407...
1
locale-info-...
1
regress-3282...
1
heap-utils.h
1
large-page-m...
1
regress-3828...
1
regress-3599...
1
reglist-ia32.h
1
regress-3753...
1
regress-v8-1...
1
OWNERS
1
large_loops_...
1
data_race_1.txt
1
typedarray-l...
1
regress-3353...
1
typed-array-...
1
add.js
1
bytecode-dec...
1
array-holey-...
1
uint8-clampe...
1
evaluate-on-...
1
asm-validati...
1
graph.cc
1
move-optimiz...
1
async-dispos...
1
v8-locker.h
1
regress-3244...
1
input.js
1
interpreter-...
1
load.js
1
indirect-cal...
1
mutate_funct...
1
array-fill-g...
1
sqlite.js
1
object-destr...
1
js-proxy-inl.h
1
regress-4109...
1
alloc.js
1
array-destru...
1
macro-assemb...
1
linear-sched...
1
memory-contr...
1
regress-6085.js
1
regress-4026...
1
escape-analy...
1
expected_cod...
1
multi-value.js
1
libreprl.c
1
classes-subc...
1
.clang-tidy
1
regress-3778...
1
regexp-match...
1
regress-1422...
1
regress-crbu...
1
shadowrealm-...
1
frame-inspec...
1
check-bounds...
1
program_x.js
1
LICENSE
1
platform-pos...
1
typed-array-...
1
regress-3394...
1
typed-array-...
1
regress-crbu...
1
regress-3663...
1
evaluate-rep...
1
bytecode-liv...
1
load-arr-wit...
1
regress-4054...
1
rewriter.h
1
v8_test.js
1
regress-3527...
1
heap-snapsho...
1
regress-crbu...
1
regress-crbu...
1
regress-4171...
1
task-queue.h
1
experimental...
1
DEPS
1
constant-ris...
1
atomics-sub.js
1
package-lock...
1
global-proto...
1
regress-3748...
1
regress-1414...
1
array-revers...
1
wasm-disasse...
1
regress-4184...
1
interpreter-...
1
script-conte...
1
regress-1409...
1
tier-up-test...
1
holey-float6...
1
regress-crbu...
1
regress-3290...
1
modules-skip...
1
constants-lo...
1
get-possible...
1
evaluate-rep...
1
8eee3ad09817...
1
megadom-hand...
1
regress-crbu...
1
new-array.js
1
loop-phi-shr...
1
comma-expres...
1
rerun.py
1
async-dispos...
1
dematerializ...
1
set-ctor-fro...
1
regress-3835...
1
protocol_cor...
1
evaluate-on-...
1
deopt-too-mu...
1
script-origi...
1
csa-effects-...
1
regress-3507...
1
strict-prior...
1
array-concat...
1
test-disasm-...
1
float64-to-b...
1
cpp-snapshot.h
1
regress-1379...
1
property-des...
1
DIR_METADATA
1
modules-impo...
1
regress-3484...
1
regress-crbu...
1
regress-crbu...
1
test-traced-...
1
62f296654616...
1
csa-effects-...
1
regress-1416...
1
regress-crbu...
1
OWNERS
1
stress-delay...
1
wasm-address...
1
filter_build...
1
regress-1217...
1
regress-9567...
1
csa-load-eli...
1
locked-queue...
1
regress-1395...
1
input.js
1
.gitignore
1
program_1.js
1
web-snapshot...
1
typed-array-...
1
threads-unit...
1
regress-3300...
1
OWNERS
1
regress-1491...
1
script-on-af...
1
regress-1458...
1
array-concat...
1
js-number-fo...
1
inlining-mul...
1
regress-4204...
1
BUILD.gn
1
wasm-script-...
1
92059b515fda...
1
closures_exp...
1
typed-array-...
1
loop_variabl...
1
regress-3479...
1
preview-side...
1
regress-1414...
1
get-possible...
1
subtract.js
1
regress-3791...
1
regress-3401...
1
export-globa...
1
inspector_pr...
1
iterator-non...
1
register-arch.h
1
bigint-compa...
1
a1.json
1
instant-from...
1
typed-array-...
1
DIR_METADATA
1
platform-qnx.cc
1
interrupts-s...
1
regress-1349...
1
wasm-steppin...
1
code-coverag...
1
destructurin...
1
gc-js-intero...
1
typed-array-...
1
regress-7766...
1
regress-3485...
1
csa-load-eli...
1
trailing-zer...
1
regress-crbu...
1
regress-3541...
1
test-js-arm6...
1
OWNERS
1
tickprocesso...
1
regress-1029...
1
typed-array-...
1
shadowrealm-...
1
class-privat...
1
OWNERS
1
program_3.js
1
regress-crbu...
1
signature-map.h
1
holey-float6...
1
regress-simd...
1
gdb-v8-suppo...
1
mid-tier-reg...
1
libplatform-...
1
empty.cc
1
int64-loweri...
1
wasm-deopt-m...
1
regress-1187...
1
loop-unrolli...
1
sweet.status
1
indirect-poi...
1
wasm-escape-...
1
regress-3444...
1
regress-1472...
1
statistics-e...
1
regress-crbu...
1
regress-3601...
1
regress-crbu...
1
script-parse...
1
regress-3763...
1
regress-9592...
1
loop_variabl...
1
regexp-lookb...
1
date-unittes...
1
keyed-store-...
1
test262.py
1
regress-crbu...
1
call-functio...
1
poly-store-t...
1
regress-3806...
1
escape-analy...
1
regress-3284...
1
regress-crbu...
1
regress-3838...
1
counters-sco...
1
input1.js
1
concurrent-i...
1
externref-li...
1
typed-array-...
1
regress-1416...
1
wasm-global-...
1
valgrind.h
1
OWNERS
1
regress-4164...
1
AssignmentsI...
1
scope-test-h...
1
loop_mutatio...
1
regress-1459...
1
error-previe...
1
array-foreac...
1
regress-1407...
1
register-con...
1
PRESUBMIT.py
1
typed-array-...
1
regress-3725...
1
regress-3293...
1
DEPS
1
const-tracki...
1
load-elimina...
1
web-snapshot...
1
script-parse...
1
regress-4150...
1
regress-3569...
1
js-list-form...
1
regress-1279...
1
index.html
1
memory-prote...
1
regress-1485...
1
available_va...
1
disasm-mips6...
1
typed-array-...
1
regress-3822...
1
virtual-addr...
1
regress-crbu...
1
resumable-lo...
1
regress-crbu...
1
regress-crbu...
1
regress-crbu...
1
regress-1530.js
1
regress-4028...
1
write-barrie...
1
.style.yapf
1
regress-1132...
1
simplify-tf-...
1
basic-block-...
1
memory-chunk...
1
modules-skip...
1
input1.js
1
wasm-get-bre...
1
regress-4099...
1
regress-3446...
1
regress-1490...
1
var-prior-co...
1
PrivateMetho...
1
typed-array-...
1
regress-crbu...
1
load-holey-d...
1
debug-liveed...
1
ignore-anony...
1
regress-3535...
1
regress-4108...
1
string-slice...
1
array-copywi...
1
stringref-me...
1
regress-crbu...
1
base64-from-...
1
evaluate-on-...
1
wasm-disasse...
1
regress-3282...
1
csa-early-ma...
1
property-seq...
1
regexp-test.tq
1
regress-8134...
1
trigger-fail...
1
regress-1400...
1
fpu.h
1
PRESUBMIT.py
1
regress-1061...
1
regress-crbu...
1
regress-3934...
1
regress-3737...
1
task-handle.h
1
features.js
1
unreachable-...
1
regress-4149...
1
call-with-ar...
1
regress-3564...
1
regress-1470...
1
regress-v8-1...
1
instrumentat...
1
array-buffer...
1
regress-1411...
1
breakpoint-m...
1
ForAwaitOf.g...
1
atomics-comp...
1
heapnumber-c...
1
regress-3464...
1
regress-crbu...
1
regress-3589...
1
regress-3536...
1
test_common.py
1
v8_build_con...
1
regress-1454...
1
externref.js
1
regress-4025...
1
base_replace.js
1
wasm-interpr...
1
unexpected-i...
1
v8_build_con...
1
regress-1404...
1
instruction-...
1
regress-3992...
1
regress-1523...
1
regress-3541...
1
regress-crbu...
1
regress-3977...
1
regress-1364...
1
regress-3780...
1
megadom-hand...
1
wasm-lowerin...
1
ensure-growi...
1
testcfg.py
1
regress-crbu...
1
regress-crbu...
1
shared-struc...
1
maglev-inlin...
1
function-exi...
1
create-regex...
1
regress-crbu...
1
regress-crbu...
1
effect-contr...
1
gc-typecheck...
1
regress-1239...
1
uint8-array-...
1
sandbox.js
1
Generators.g...
1
wasm-functio...
1
regress-1431...
1
async-dispos...
1
workbench.py
1
tsan.h
1
chakra_stubs.js
1
threads.cc
1
regress-1404...
1
cross-thread...
1
constant-ris...
1
lda-global.js
1
regress-4147...
1
disasm-arm.cc
1
left-arrow.png
1
asm-names.h
1
regress-3819...
1
regress-3854...
1
maglev-loop-...
1
regress-3825...
1
concurrent-i...
1
regress-3512...
1
compare-exch...
1
array-of.js
1
zone-with-na...
1
v8_build_con...
1
push_registe...
1
debug-evalua...
1
README.md
1
checkmaps-wi...
1
line-breakpo...
1
collapse-sel...
1
regress-3696...
1
LICENSE
1
regress-3846...
1
spread-call-...
1
large.js
1
normalize.js
1
CallRuntime....
1
embedder-dat...
1
counters-uni...
1
node-test-ut...
1
marking-bitm...
1
regress-3825...
1
regress-4093...
1
function-tes...
1
regress-3440...
1
typed-array-...
1
regress-1429...
1
stepping-asy...
1
pr925.js
1
turboshaft-t...
1
regress-3583...
1
regress-1081...
1
branch-elimi...
1
code_kind.txt
1
const-tracki...
1
custom-descr...
1
string-iswel...
1
common.h
1
regress-1383...
1
regress-1467...
1
constant-typ...
1
imported-str...
1
DIR_METADATA
1
extend-prope...
1
regexp-match...
1
map-transiti...
1
test-deoptim...
1
regress-3788...
1
regress-3550...
1
regress-1080...
1
heap-object-...
1
fuzzer_test.py
1
regress-3964...
1
dematerializ...
1
PPC_OWNERS
1
regress-1265...
1
regress-4127...
1
deopt-untagg...
1
regress-crbu...
1
const-tracki...
1
test-flags.cc
1
ic-processor...
1
data_race_cl...
1
run-all-wasm...
1
regress-3294...
1
DIR_METADATA
1
regress-1393...
1
c2543fff3bfa...
1
smallmap-uni...
1
regress-crbu...
1
class-privat...
1
array-concat...
1
builtins-int...
1
trace_perf.cc
1
dematerializ...
1
regress-3864...
1
regress-crbu...
1
inlining-exp...
1
DIR_METADATA
1
regress-v8-1...
1
regress-4156...
1
expected.js
1
regress-crbu...
1
start-functi...
1
mjsunit.js
1
base_replace...
1
const-tracki...
1
regress-1242...
1
regress-crbu...
1
class-privat...
1
regress-3258...
1
template-obj...
1
profiler-pan...
1
await-using-...
1
token.cc
1
wasm-datavie...
1
regress-1512...
1
OWNERS
1
const-tracki...
1
ieee754.h
1
OWNERS
1
break-on-exc...
1
async-compil...
1
test-wasm-co...
1
free-list-un...
1
regress-1010...
1
show-control...
1
code-stub-as...
1
regress-v8-1...
1
cc45a134.json
1
Switch.golden
1
regress-3727...
1
interleaved-...
1
test_differe...
1
strict-prior...
1
regress-4148...
1
debug-step-d...
1
modules-skip...
1
regress-1448...
1
regress-3905...
1
proxies.js
1
js-to-wasm-i...
1
phi-untaggin...
1
regress-3484...
1
v8-vtune.h
1
typed-array-...
1
regress-1403...
1
array-concat...
1
stringref-in...
1
data_race_cl...
1
test-unscopa...
1
regress-crbu...
1
wasm-constan...
1
slow_replace...
1
regress-4195...
1
DIR_METADATA
1
regress-3696...
1
modules-skip...
1
benchmark-ut...
1
regress-crbu...
1
run-jsbranch...
1
regress-crbu...
1
regress-4197...
1
regress-crbu...
1
smi-bitwise-...
1
regress-1517...
1
WideRegister...
1
regress-3526...
1
console-time...
1
const-tracki...
1
array-iterat...
1
wasm-excepti...
1
regress-1427...
1
regress-1447...
1
iterator-non...
1
d8_mocked.py
1
wasm-code-po...
1
regress-crbu...
1
constant-ris...
1
d4095491fddf...
1
small.js
1
regress-3535...
1
test_db.js
1
embedder-sta...
1
turbolev-gra...
1
regress-3772...
1
roll.py
1
regress-1146...
1
regress-1457...
1
rapidhash.h
1
get-template...
1
regress-chro...
1
checkmaps-wi...
1
source-locat...
1
set-breakpoi...
1
shift.js
1
register-arm...
1
regress-1455...
1
tsconfig.json
1
regress-3803...
1
throw-during...
1
trace-event-...
1
constant-ris...
1
streaming-he...
1
test_test262.py
1
csa-late-esc...
1
debug-evalua...
1
proxy-constr...
1
optimize-non...
1
d8_mocked.py
1
ElideRedunda...
1
test-macro-a...
1
regress-4099...
1
strict-equal...
1
escape-analy...
1
LICENSE
1
regress-crbu...
1
cross_over_t...
1
android-run.py
1
regress-1479...
1
json-parser.cc
1
fuzztest-ada...
1
setup-reclie...
1
regress-3833...
1
regress-3245...
1
for-in-2.js
1
regress-1520...
1
object-defin...
1
string-wrapp...
1
regress-4021...
1
typedarray-l...
1
regress-3823...
1
regress-crbu...
1
string-repla...
1
web-snapshot...
1
regress-3378...
1
runtime-date.cc
1
regress-3294...
1
perf-compare.py
1
roots-serial...
1
sweet.status
1
string-repla...
1
suppressions.js
1
regress-1443...
1
wasm-steppin...
1
string-compa...
1
OWNERS
1
regress-1505...
1
arguments.h
1
excludelist.xml
1
regress-1507...
1
regress-3964...
1
js-relative-...
1
regress-3845...
1
input.js
1
base_replace...
1
base-assembl...
1
string-match...
1
evaluate-on-...
1
regress-3964...
1
stack-overfl...
1
regress-1481...
1
skip-f.mjs
1
regress-1448...
1
regress-3635...
1
regress-1510...
1
regress-1501...
1
pretenuring-...
1
push_registe...
1
regress-1392...
1
utils.cc
1
layout-icon.png
1
regress-3857...
1
regress-3915...
1
regress-3687...
1
no-backedge-...
1
atomic-align...
1
regress-1484...
1
v8-value-ser...
1
heap-layout-...
1
format-en.js
1
regress-crbu...
1
set-named-ge...
1
data_race_2....
1
hostref.cc
1
regress-3736...
1
regress-3569...
1
regress-3337...
1
task-queue.cc
1
is_main_thre...
1
branch-hint-...
1
regress-1443...
1
typed-array-...
1
regress-3780...
1
LICENSE
1
set-breakpoi...
1
3b59bddfed63...
1
etw-isolate-...
1
regress-1503...
1
evaluate-rep...
1
regress-2989.js
1
mkgrokdump.py
1
regress-crbu...
1
node-test-ut...
1
regress-3512...
1
input2.js
1
exact-types.js
1
regress-1448...
1
regress-3396...
1
regress-1400...
1
string-const...
1
console-time...
1
deserializat...
1
regress-crbu...
1
flush-denorm...
1
write-const-...
1
typed-array-...
1
battery-save...
1
base_replace...
1
regress-1414...
1
js-relative-...
1
regress-8896.js
1
test-disasm-...
1
smoke_test_c...
1
user_guide.md
1
regress-3780...
1
statusfile_t...
1
_packagerCon...
1
regress-crbu...
1
regress-3666...
1
regress-1396...
1
data_race_1....
1
string-const...
1
regress-1188...
1
const-tracki...
1
regress-1376...
1
weakref-fina...
1
list-unittes...
1
regress-crbu...
1
output-strea...
1
caged-heap-u...
1
regress-crbu...
1
modules-impo...
1
regress-3569...
1
modules-skip...
1
harness-adap...
1
0001aa36.json
1
js-temporal-...
1
run.js
1
regress-crbu...
1
regress-3950...
1
line-breakpo...
1
regress-3682...
1
iterator-fro...
1
regress-crbu...
1
regress-crbu...
1
inner-functi...
1
dependent-co...
1
stepping-gen...
1
32369494.json
1
regress-3868...
1
regress-crbu...
1
compare_mksn...
1
validate_db.js
1
regress-3524...
1
test-disasm-...
1
bigint-shift...
1
regress-3471...
1
dataview-set.js
1
try_catch_di...
1
test-hashcod...
1
BasicBlockTo...
1
regress-1463...
1
data-handler.h
1
regress-crbu...
1
allocation-o...
1
OWNERS
1
ignition-sta...
1
regress-3797...
1
regress-crbu...
1
run.py
1
setup-isolat...
1
regress-3778...
1
regress-1364...
1
DIR_METADATA
1
string-escap...
1
regress-1371...
1
regress-7642.js
1
regress-crbu...
1
regress-1451...
1
a2.json
1
expected_cod...
1
clamped_math.h
1
regress-1140...
1
feedback-vec...
1
table64-fill.js
1
wasm-optimiz...
1
c-signature.h
1
regress-3260...
1
regress-crbu...
1
regress-3261...
1
test-disasm-...
1
mark-compact...
1
type-visitor.h
1
zone-allocat...
1
console-time...
1
replaceall_e...
1
simplified-l...
1
bytecode-tra...
1
regress-crbu...
1
mkgrokdump.s...
1
ast-source-r...
1
atomicops-un...
1
incremental-...
1
compress-lay...
1
regress-3548...
1
regress-crbu...
1
regress-3941...
1
regress-1501...
1
conditional-...
1
typed-array-...
1
char-predica...
1
schedule.h
1
atomics-or.js
1
wasm-excepti...
1
regress-crbu...
1
optimized-ar...
1
typed-array-...
1
explicit-man...
1
platform-lin...
1
shard_test.py
1
regress-1406...
1
regress-simd...
1
regress-3720...
1
dataview.js
1
test-disasm-...
1
wasm-module-...
1
DIR_METADATA
1
for-in.js
1
regress-crbu...
1
multi-memory...
1
wasm-debug-m...
1
regress-1043...
1
profile-data...
1
regress-3753...
1
regress-crbu...
1
memory_2gb_o...
1
c-api.h
1
regress-4183...
1
trusted-obje...
1
DEPS
1
private-fiel...
1
compilation-...
1
regress-crbu...
1
not_great.js
1
test-javascr...
1
simplify-tf-...
1
conditional-...
1
regress-3788...
1
regress-3524...
1
LICENSE
1
wasm-disasse...
1
regress-crbu...
1
console-coun...
1
normalize_fu...
1
regress-3479...
1
wasm-breakpo...
1
sentinel-poi...
1
terminate-ex...
1
ic-megadom-3.js
1
regress-crbu...
1
d8_mocked.py
1
frame-consta...
1
regress-4173...
1
flush-denorm...
1
var-prior-co...
1
array-push-p...
1
DIR_METADATA
1
proxy-set-pr...
1
regress-4068...
1
code-space-e...
1
encoded-c-si...
1
regress-1421...
1
fake-wasm-mo...
1
regress-1368...
1
strong-alias.h
1
platform-mac...
1
regress-crbu...
1
regress-3524...
1
empty-tf-con...
1
undefined-do...
1
async-dispos...
1
regress-4173...
1
store-load-e...
1
runtime-get-...
1
regress-1455...
1
regress-crbu...
1
LogicalExpre...
1
control-equi...
1
regress-crbu...
1
find_by_first.h
1
regress-1433503
1
__init__.py
1
OWNERS
1
regress-3314...
1
regress-3543...
1
sweet.status
1
typeof-self.js
1
regress-3484...
1
heap-visitor.h
1
tslint.json
1
OWNERS
1
skip-e.mjs
1
LICENSE
1
escape-analy...
1
load-const-s...
1
a2.json
1
regress-4033...
1
tool-tip.mjs
1
regress-crbu...
1
escape-analy...
1
regress-1351...
1
run_tests_te...
1
run.js
1
regress-7785.js
1
OWNERS
1
regress-3494...
1
OWNERS
1
ic-processor
1
bounded-size.h
1
regress-8037...
1
regress-1412...
1
func-name-in...
1
package.sh
1
d8_mocked.py
1
regress-1460...
1
condition-as...
1
skip-imports...
1
regress-1427...
1
regress-1048...
1
preview-side...
1
shared-exten...
1
crc32.cc
1
base_replace...
1
README.md
1
keyed-store-...
1
regress-3368...
1
modules-impo...
1
cross_over_t...
1
simulator-mi...
1
builtins-con...
1
run.js
1
regress-3580...
1
setup-isolat...
1
a1.json
1
regress-3921...
1
assert.js
1
array-litera...
1
regress-4162...
1
DEPS
1
input.js
1
regress-1432...
1
regress-1483...
1
regress-4190...
1
linux-tick-p...
1
regress-3526...
1
regress-4021...
1
async-stack-...
1
vector-unitt...
1
regress-3433...
1
string-wrapp...
1
OWNERS
1
regress-1455...
1
array-isarra...
1
regress-4043...
1
random-bit-c...
1
json.cc
1
regress-1517...
1
heap-number.tq
1
eh-frame.h
1
regress-1264...
1
module-impor...
1
regress-1444...
1
regress-3760...
1
modules-impo...
1
regress-3346...
1
BUILD.gn
1
hide-selecte...
1
toggle-hide-...
1
regress-3617...
1
debug-wasm-o...
1
gdb-server-t...
1
evaluate-on-...
1
DIR_METADATA
1
regress-stru...
1
regress-3546...
1
clusterfuzz_...
1
set-prototyp...
1
regress-1447...
1
shared-memor...
1
csa-branch-e...
1
shadowrealm-...
1
partition_al...
1
live-object-...
1
code-stub-as...
1
polymorphic-...
1
toggle-types...
1
OWNERS
1
sweet.status
1
DIR_METADATA
1
regress-3784...
1
regress-crbu...
1
js-date-time...
1
get-template...
1
regress-3268...
1
strict-mode.js
1
ic.tq
1
regress-1353...
1
regress-crbu...
1
regress-1506...
1
test-disasm-...
1
js-display-n...
1
test-js-type...
1
regress-3300...
1
plain-date-t...
1
regress-3772...
1
regress-3697...
1
string-wrapp...
1
expected_fla...
1
slot-set-uni...
1
replaceall_e...
1
constant-typ...
1
async-dispos...
1
gen-v8-gn.py
1
regress-3479...
1
regress-4196...
1
v8gen.py
1
regress-9851...
1
decompressio...
1
regress-3305...
1
expected.js
1
typed-array-...
1
runtime-gc-o...
1
regress-4121...
1
constant-typ...
1
unary_minus_...
1
regress-3430...
1
regress-4101...
1
input1.js
1
DEPS
1
deserializat...
1
mutate_funct...
1
regress-4139...
1
regress-crbu...
1
hole.tq
1
shared-array...
1
marking-prog...
1
regress-crbu...
1
info-view.ts
1
bytecode-reg...
1
mutate_varia...
1
test_mutate_...
1
regress-3753...
1
regress-1449...
1
regress-crbu...
1
error_suppor...
1
regress-3639...
1
field-macro.inc
1
regress-1454...
1
function-bin...
1
test-parse-d...
1
regress-1455...
1
regress-3889...
1
string-at.js
1
regress-8346...
1
bigint-bitwi...
1
embedder-tra...
1
data_race_cl...
1
math-floor.js
1
test_availab...
1
regress-1239...
1
test-diction...
1
at.js
1
runner.test2...
1
layout-icon.png
1
regress-1228...
1
disasm-arm64.h
1
gc-casts-sub...
1
break-on-exc...
1
regress-1379...
1
await-using-...
1
basic-block-...
1
microtask.tq
1
regress-crbu...
1
regress-1455...
1
cpu-ppc.cc
1
indirect-poi...
1
regress-crbu...
1
no_async_exp...
1
regress-3900...
1
checked_math...
1
logging.h
1
chakra_test2.js
1
create_relea...
1
profview.css
1
shared-mutex...
1
regress-3904...
1
array-load-h...
1
fata_js_oom....
1
regress-5174.js
1
regress-3269...
1
README.chromium
1
base_replace...
1
PrivateAcces...
1
locale-numbe...
1
regress-4176...
1
cannot-redef...
1
regress-3952...
1
debug-step-i...
1
regress-3752...
1
wasm-gc-inli...
1
regress-4188...
1
type-reflect...
1
js-stack.h
1
skip-run.mjs
1
import-table.js
1
input.js
1
format-digit...
1
regress-3519...
1
class-privat...
1
angle_conver...
1
dateparser-i...
1
wasm-trace-m...
1
platform-emb...
1
test-hashmap.cc
1
show-control...
1
regress-1466...
1
regress-1380...
1
settings.json
1
877c27d1.json
1
regress-crbu...
1
escalate_san...
1
array-concat...
1
main.cc
1
check-digit-...
1
ffi.js
1
string-wrapp...
1
README.md
1
async-dispos...
1
debug-evalua...
1
traced-value.h
1
linkage-loca...
1
index.json
1
turbofan.h
1
regexp-fallb...
1
byte_convers...
1
regress-1490...
1
regress-7397...
1
class-privat...
1
regress-crbu...
1
regress-3729...
1
rounding-mod...
1
simple_test_...
1
handler-tabl...
1
hide-selecte...
1
math_constan...
1
regress-3574...
1
Info.plist
1
regress-3678...
1
mydefs.h
1
regress-1335023
1
wasm-gc-in-d...
1
shadowrealm-...
1
README.md
1
regress-3306...
1
string-case.cc
1
regress-crbu...
1
regress-3904...
1
regress-3821...
1
PRESUBMIT.py
1
input2.js
1
instant-to-j...
1
debugger-res...
1
stepping-gen...
1
web-snapshot...
1
regress-3853...
1
store-oddbal...
1
regress-3419...
1
runtime-bigi...
1
DEPS
1
using-declar...
1
regress-crbu...
1
frame-consta...
1
regress-3697...
1
regress-3418...
1
array-transi...
1
loop-rotatio...
1
sqlite-safe-...
1
regress-1429613
1
regress-crbu...
1
debug-evalua...
1
9822c139a340...
1
regress-3284...
1
lda-global-i...
1
asm-js-stack...
1
data-handler.tq
1
test_mutate_...
1
regress-3811...
1
string-hasher.h
1
BUILD.gn
1
regress-3638...
1
regress-3658...
1
page-allocat...
1
effect-contr...
1
gc-nvp-to-cs...
1
regress-crbu...
1
csa-load-eli...
1
disasm-s390.cc
1
regress-3602...
1
up-arrow.png
1
evaluate-rep...
1
regress-3569...
1
BUILD.gn
1
wasm-code-co...
1
PrimitiveExp...
1
regress-4016...
1
regress-4161...
1
selection-ma...
1
regress-crbu...
1
list-panel.mjs
1
regress-crbu...
1
hashmap-unit...
1
README.v8
1
bytecode-reg...
1
hash-seed-inl.h
1
atomics-add.js
1
platform-uni...
1
regress-3716...
1
regress-1419...
1
vtune-jit.h
1
bounded-size...
1
WRITE_BARRIE...
1
binary-trees...
1
block-sloppy...
1
9a863bde.json
1
regress-3276...
1
input1.js
1
materialized...
1
constants-ri...
1
regress-crbu...
1
sign-display...
1
mocks.py
1
schedule-vie...
1
regress-1402...
1
call-tester.h
1
default-plat...
1
es6-module-l...
1
regress-1477...
1
string-build...
1
regress-3666...
1
regress-3357...
1
test-codegen.cc
1
run.js
1
ieee754-unit...
1
construct-wi...
1
regress-1067...
1
mark-compact...
1
regress-3779...
1
regress-1419...
1
regress-1468...
1
wasm-scripts...
1
escape-loop-...
1
OWNERS
1
bigint64-arr...
1
custom-descr...
1
dataview-flo...
1
regress-1494...
1
DIR_METADATA
1
array-concat...
1
allow-deprec...
1
linear-sched...
1
test-scanner.cc
1
regress-crbu...
1
regress-3437...
1
regress-1505...
1
process-wasm...
1
test_random.js
1
regress-crbu...
1
break-on-exc...
1
finalizer-tr...
1
js-struct-inl.h
1
safe_convers...
1
replaceall_e...
1
regress-3816...
1
regress-crbu...
1
regress-v8-1...
1
regress-3853...
1
regress-1083...
1
program_2.js
1
regress-crbu...
1
regress-3460...
1
available_va...
1
cross_over_t...
1
create-array...
1
string-to-bo...
1
regress-3618...
1
test-wasm-mo...
1
gc-casts-sha...
1
filecheck.st...
1
array-smi-lo...
1
ObjectLitera...
1
regress-crbu...
1
wasm-trace-l...
1
input2.js
1
common.h
1
regress-1404...
1
bigint-asuin...
1
modules-asyn...
1
regress-3524...
1
regress-3685...
1
replace_emoj...
1
denormals.js
1
tabs.css
1
export.h
1
catch-block-...
1
super-ic.js
1
regress-crbu...
1
parallel-wor...
1
collection-i...
1
test-pointer...
1
ostream_oper...
1
test-decls.cc
1
regress-1408...
1
typed-array-...
1
mark-sweep-u...
1
trace-event-...
1
zapping.cc
1
break-locati...
1
index.html
1
regress-3797...
1
atomics-on-a...
1
array-push-g...
1
test-run-jso...
1
bigint-asint...
1
heap-control...
1
__init__.py
1
assembler-mi...
1
OWNERS
1
regress-v8-1...
1
decoder-arm6...
1
regress-3838...
1
fuzz-wasm-st...
1
update-wasm-...
1
regress-3757...
1
export-mutab...
1
regress-3768...
1
regress-1497...
1
debug-type-p...
1
regress-4138...
1
object-seal.js
1
multi-return.cc
1
regress-3317...
1
js-plural-ru...
1
js-proxy.tq
1
regress-4026...
1
dummy.js
1
utilities.h
1
string-wrapp...
1
base_string_...
1
regress-1494...
1
constant-typ...
1
common-opera...
1
array-protot...
1
enter-debug-...
1
profiler-ext...
1
free_deleter.h
1
instant-from...
1
proxy-get-pr...
1
dataview-res...
1
reglist-arm.h
1
test-managed.cc
1
regress-1393...
1
test-disasm-...
1
allocation_t...
1
regress-4188...
1
test-scopein...
1
fata_js_oom.txt
1
regress-4181...
1
regress-4060...
1
heap_limit.e...
1
locale-info-...
1
console-time...
1
regress-3906...
1
regress-4060...
1
template-uti...
1
regress-1518...
1
test-utils.cc
1
lldb_visuali...
1
regress-crbu...
1
simd-relaxed...
1
js-segmenter.h
1
regress-3360...
1
has_optimize...
1
regress-1380...
1
regress-v8-1...
1
create-shall...
1
DEPS
1
bit-vector.cc
1
program_2.js
1
DIR_METADATA
1
array-access.js
1
shadowrealm-...
1
regress-crbu...
1
v8-debugger-...
1
regress-1443...
1
modules-impo...
1
sort-builtins.h
1
regress-crbu...
1
BUILD.icu
1
collection-h...
1
regress-crbu...
1
regress-crbu...
1
PRESUBMIT.py
1
input.js
1
regress-crbu...
1
regress-3554...
1
regress-3526...
1
regress-4088...
1
regress-1656...
1
regress-1447...
1
regress-3980...
1
info-view.ts
1
array-protot...
1
test-access-...
1
regress-1514...
1
earley-parse...
1
reglist-base.h
1
regress-3304...
1
get-possible...
1
wasm-js-inli...
1
regress-3584...
1
under-applie...
1
alloc_not_ch...
1
regress-1460...
1
regress-1490...
1
expected_fla...
1
modules-stal...
1
LICENSE
1
number-built...
1
wasm-invalid...
1
regress-3984...
1
concurrent-i...
1
sweet.status
1
data_race_1.txt
1
modules-impo...
1
code-coverag...
1
try_catch_pe...
1
regress-4190...
1
shared-strin...
1
yes-deopt-de...
1
async-dispos...
1
sqlite-point...
1
regress-1419...
1
new_obj_arr_...
1
evaluate-rep...
1
await-using-...
1
wasm-export-...
1
index.json
1
holey-float6...
1
typed-array-...
1
regress-3300...
1
regress-3419...
1
smi-tagging-...
1
regress-1455...
1
json-parser-...
1
raw-abs.js
1
regress-3483...
1
string-set.h
1
regress-crbu...
1
DEPS
1
regress-3349...
1
node-cache.h
1
benchmark_ut...
1
v8-forward.h
1
regress-4008...
1
recreate-sch...
1
undefined-or...
1
torque-defin...
1
parameter-di...
1
regress-6178...
1
OWNERS
1
fp16-inl.h
1
regress-4578.js
1
pointer-auth...
1
wasm-scripts...
1
regress-3436...
1
regress-1405...
1
deopt-regres...
1
README.md
1
regress-3830...
1
math-ceil.js
1
regress-1382...
1
expected_tes...
1
web-snapshot...
1
load_expecte...
1
stringrefs-i...
1
regress-3478...
1
mutate_array...
1
bigint-modul...
1
call-with-ar...
1
typedarray-c...
1
elapsed-timer.h
1
input.js
1
regress-crbu...
1
property-seq...
1
atomics-exch...
1
const-tracki...
1
regress-3765...
1
regress-crbu...
1
memory-prote...
1
externref-gl...
1
value-helper.js
1
regress-3543...
1
AssignmentsI...
1
options-digi...
1
vtune-jit.cc
1
weakref-fina...
1
array-destru...
1
DIR_METADATA
1
mul-fft.cc
1
regress-v8-1...
1
cross_over_t...
1
regress-3753...
1
frame-consta...
1
destructurin...
1
whitespace.txt
1
new_obj_int_...
1
typed-array-...
1
benchmark_ma...
1
indirect-poi...
1
stack-taggin...
1
random.js
1
LICENSE
1
regress-3334...
1
evaluate-on-...
1
local-logger.h
1
code-kind.cc
1
regress-3539...
1
regress-crbu...
1
destructurin...
1
regress-crbu...
1
regress-1407...
1
js-shared-ar...
1
expected_tes...
1
regress-3600...
1
diy-fp-unitt...
1
strict-prior...
1
js-segmenter.cc
1
regexp-tier-...
1
dematerializ...
1
regress-clas...
1
regress-crbu...
1
regress-3611...
1
heap-snapsho...
1
instruction-...
1
regress-crbu...
1
bytecode-ope...
1
struct.tq
1
regress-3710...
1
terminate-ex...
1
regress-3739...
1
regress-1451...
1
regress-3607...
1
compiled-mod...
1
instrumentat...
1
csa-early-ma...
1
hide-unselec...
1
symbol-eq.js
1
incremental-...
1
regress-1388...
1
value-helper.h
1
test-persist...
1
DEPS
1
constructor-...
1
regress-3880...
1
regress-crbu...
1
deopt-tail-c...
1
save_registe...
1
regress-3814...
1
regress-1073...
1
regress-crbu...
1
typed-array-...
1
regress-crbu...
1
set-script-s...
1
signature-ma...
1
reuse-locals...
1
bytecode-exp...
1
regress-1474...
1
compile-reve...
1
regress-crbu...
1
memory_4gb_o...
1
js-shared-ar...
1
external-bac...
1
regress-1334577
1
regress-4197...
1
skip-b.mjs
1
unicode-help...
1
regress-3465...
1
feedback-sou...
1
set-script-s...
1
simulated_cr...
1
test-partial...
1
ForIn.golden
1
regress-crbu...
1
toggle-custo...
1
stepping-gen...
1
platform-emb...
1
regress-1428...
1
BUILD.gn
1
regress-4349...
1
regress-3730...
1
arguments-inl.h
1
regress-3496...
1
regress-1385...
1
loop-peeling.cc
1
skip-a.mjs
1
regress-crbu...
1
regress-4155...
1
regress-1466...
1
wasm-null-in...
1
plain-date-t...
1
regress-7998...
1
regress-3539...
1
interpreter.h
1
escape-analy...
1
interpreter-...
1
process-heap.cc
1
object-deser...
1
76c7c68f.json
1
memory-chunk...
1
regress-crbu...
1
regress-1427...
1
exceptions.js
1
string-wrapp...
1
regress-crbu...
1
utf8-decoder.h
1
regress-3272...
1
regress-3439...
1
memory-chunk...
1
regress-8533.js
1
test-swiss-n...
1
create-objec...
1
stubs.js
1
sidetable.cc
1
regress-3663...
1
regress-crbu...
1
regress-3919...
1
float64-to-b...
1
call-spread.js
1
wasm_corpus....
1
regress-1500...
1
heap-tester.h
1
constant-typ...
1
escape-analy...
1
runtime-get-...
1
testing.cc
1
max-params.js
1
regress-4000...
1
regress-1323...
1
node-aux-data.h
1
regress-3780...
1
string-escap...
1
regress-crbu...
1
d8.py
1
deopt-with-f...
1
data_race_cl...
1
operation.h
1
array-from.js
1
jsc_test.js
1
debug-scope-...
1
wasm-excepti...
1
compile-scri...
1
extension-ri...
1
regress-3637...
1
regress-crbu...
1
regress-crbu...
1
liveedit.h
1
regress-3926...
1
wasm-usecoun...
1
parallel-mov...
1
runtime-temp...
1
tickprocesso...
1
array-tostri...
1
evaluate-rep...
1
run-jsops-un...
1
auto_push.py
1
regress-1383...
1
regress-1388...
1
optimization...
1
wasm-excepti...
1
regress-8173...
1
regress-3362...
1
regress-3779...
1
expected.js
1
regress-3797...
1
PRESUBMIT.py
1
regress-4093...
1
csa-branch-e...
1
disassembly-...
1
v8-debugger-...
1
OWNERS
1
nf-yield-in-...
1
strtod-unitt...
1
version-unit...
1
disposable-s...
1
load_mutable...
1
regress-1380...
1
typedarray-l...
1
protobuf.gni
1
code-tracer.h
1
test-weakset...
1
regress-1456...
1
startup-seri...
1
regress-1447...
1
regress-3996...
1
regress-1453...
1
base_replace...
1
regress-1521...
1
deserializat...
1
regress-6339...
1
regress-3478...
1
program_1.js
1
regress-3767...
1
wasm-address...
1
regress-4077...
1
js-date-time...
1
heap-space.cc
1
test_load_ex...
1
load-global.js
1
regress-crbu...
1
regress-1427...
1
bigint-divid...
1
input2.js
1
constructor-...
1
native-conte...
1
expected.js
1
shadowrealm-...
1
regress-3722...
1
script-parse...
1
regress-crbu...
1
tag-untag-lo...
1
typed-array-...
1
regress-crbu...
1
disasm-riscv...
1
regress-4069...
1
array-sort-c...
1
regress-crbu...
1
terminate-ex...
1
regress-3994...
1
ForOfLoop.go...
1
regress-1447...
1
regress-crbu...
1
regress-3459...
1
down-arrow.png
1
uint8-array-...
1
startup-dese...
1
OWNERS
1
data_race_2.txt
1
regress-crbu...
1
tdz-modules-...
1
regress-1486...
1
v8-string-co...
1
test-run-jsb...
1
select-range.js
1
format-range...
1
regress-3307...
1
medium.js
1
package.json
1
heap-snapsho...
1
v8-proxy.h
1
continuation...
1
explicit-res...
1
test-osr-mag...
1
typedarray-c...
1
array-spread...
1
auto-accesso...
1
maglev-code-...
1
debug-step-d...
1
baseline-com...
1
symbol-as-we...
1
surrogate-pa...
1
test-api-was...
1
regress-3646...
1
console-coun...
1
regress-3547...
1
struct.h
1
flag-utils.h
1
jsonstream-h...
1
wasm-disasse...
1
case-mapping.js
1
regress-3569...
1
constructor-...
1
modules-asyn...
1
zapping.h
1
data_race_2.txt
1
regress-3856...
1
evaluate-on-...
1
array-spread.js
1
test-run-tai...
1
regress-3663...
1
test-branch-...
1
available_va...
1
private-bran...
1
regress-1418...
1
evaluate-on-...
1
console.js
1
toggle-compa...
1
regress-9017.js
1
bigint-multi...
1
mutations_ex...
1
regress-3424...
1
regress-3946...
1
heap-space.h
1
integer-lite...
1
JSTests3.json
1
regress-4127...
1
getters-on-e...
1
builtins-obj...
1
regress-crbu...
1
regress-6944...
1
shared-array...
1
regress-crbu...
1
regress-1407...
1
typed-array-...
1
char-code-at...
1
regress-4085...
1
typed-array-...
1
regress-6565...
1
OWNERS
1
simplified-l...
1
regress-3684...
1
v8-value-uti...
1
error-previe...
1
local-decl-e...
1
string-conca...
1
fma-instr.h
1
regress-crbu...
1
regress-1365...
1
regress-4118...
1
tla_FIXTURE.js
1
codegen-test...
1
RegExpLitera...
1
regress-4016...
1
wasm-no-name.js
1
113f1844.json
1
regress-1457...
1
regress-1227...
1
regress-crbu...
1
traced-value...
1
bigint-teste...
1
regress-crbu...
1
terminate-ex...
1
regress-3543...
1
class-privat...
1
OWNERS
1
byte_convers...
1
aggregate-er...
1
ll_prof.py
1
test-icache.cc
1
optimized-ty...
1
code_kind.ex...
1
regress-3950...
1
regress-3667...
1
regress-1502...
1
run-if-waiti...
1
regress-1359...
1
string-case.h
1
bytecode-sou...
1
compilation-...
1
regress-1395...
1
wasm-trace-t...
1
prop-desc.js
1
asm-js-break...
1
locale-info-...
1
regress-crbu...
1
regress-3468...
1
set-script-s...
1
features_exp...
1
string-repea...
1
regress-crbu...
1
condition-wo...
1
async-dispos...
1
typed-array-...
1
resultdb_ser...
1
tracing-cpu-...
1
test-threads.cc
1
llvm-symboli...
1
code-stats-f...
1
typedarray-l...
1
test-ordered...
1
regress-4108...
1
DEPS
1
typed-array-...
1
test_platfor...
1
BUILD.gn
1
array-findla...
1
fuzz-123.js
1
regress-1408...
1
regress-1400...
1
string-escap...
1
large_loops.js
1
regress-3384...
1
wasm-debug-c...
1
array-slice-...
1
polymorphic-...
1
fast-interpr...
1
string-forma...
1
modules-impo...
1
test-prepars...
1
v8_unittests...
1
regress-crbu...
1
osr.h
1
fast-api-cal...
1
json-stringi...
1
lookup-cache...
1
predictable.py
1
regress-crbu...
1
bytecode-fla...
1
regress-crbu...
1
regress-crbu...
1
interval.ts
1
etw-jit-meta...
1
regress-1505...
1
custom-error...
1
usncs.h
1
regress-1114...
1
a1.json
1
expected_cod...
1
regress-9055...
1
regress-3643...
1
v8.h
1
evaluate-on-...
1
regress-6373.js
1
heap-allocat...
1
test-strtod.cc
1
regress-1428...
1
regress-3602...
1
BUILD.gn
1
README.md
1
regress-v8-5...
1
stack_trace.h
1
regress-1420...
1
functional.cc
1
modules-impo...
1
heap-statist...
1
regress-4175...
1
modules-skip...
1
runner.bestP...
1
regress-1430...
1
process-heap.h
1
context-obje...
1
shared-value...
1
regexp-utils.h
1
test-scanner...
1
regress-3352...
1
regress-1423...
1
filter.py
1
basics.js
1
regress-4095...
1
dematerializ...
1
regexp-bytec...
1
style-unit.js
1
regress-3484...
1
json-unittes...
1
tier-down-to...
1
regress-crbu...
1
DEPS
1
v8_base_with...
1
data-segment...
1
parse-processor
1
run.js
1
regress-1455...
1
sparse-bit-v...
1
resizablearr...
1
number-strin...
1
extension-ri...
1
imported-str...
1
regress-1423...
1
evaluate-pri...
1
integral_con...
1
console-cont...
1
dematerializ...
1
zone-allocat...
1
stress-deopt...
1
program_1.js
1
call-functio...
1
regress-3833...
1
arguments-lo...
1
9a863bdec092...
1
regress-crbu...
1
graph-reduce...
1
regress-crbu...
1
regress-4060...
1
csa-memory-o...
1
ForOf.golden
1
entry.mjs
1
show-all-ico...
1
locale-calen...
1
regress-crbu...
1
wasm-loop-pe...
1
regress-crbu...
1
test-disasm-...
1
wasm-excepti...
1
unexpected-i...
1
control-equi...
1
array-concat...
1
has-in-proto...
1
regress-3408...
1
regress-1523...
1
tdz-scopes-e...
1
regress-4196...
1
regress-3812...
1
exceptions-g...
1
closure_remo...
1
regress-3433...
1
regress-3396...
1
shadowrealm-...
1
regress-3583...
1
typedarray-f...
1
ic-inl.h
1
frame-consta...
1
regress-3893...
1
stress-deopt...
1
regress-3798...
1
test-run-jse...
1
regress-crbu...
1
string-slice.tq
1
get-current-...
1
CallGlobal.g...
1
simd-wasm-in...
1
string-const...
1
bitwise-smi.js
1
node.h
1
committed-co...
1
call-runtime...
1
right-arrow.png
1
get-properti...
1
global-timel...
1
strict-prior...
1
regress-3882...
1
reflect-cons...
1
scanner-char...
1
regress-1430...
1
regress-v8-1...
1
regress-3786...
1
sweet.status
1
common-opera...
1
test.js
1
regress-crbu...
1
v8-external-...
1
regress-8534...
1
script-parse...
1
regress-1478...
1
streaming-ap...
1
atomics-non-...
1
test-types.cc
1
test-run-jso...
1
regress-3677...
1
platform-ope...
1
osr-literals.js
1
wasm-deopt-m...
1
constant-in-...
1
OWNERS
1
cov.h
1
loop-multipl...
1
atomics-and.js
1
regress-3480...
1
heap-snapsho...
1
get-possible...
1
builtins-num...
1
number-tostr...
1
regexp-looka...
1
shared-struc...
1
custom-descr...
1
elements-kin...
1
mutex-lock-t...
1
regress-3600...
1
regress-3515...
1
OWNERS
1
stack-trace-...
1
regress-3419...
1
verify-type.js
1
regress-1483...
1
bigint-opt.js
1
escape-analy...
1
array-push-w...
1
regress-3464...
1
regress-3432...
1
console-spec...
1
regress-crbu...
1
regress-v8-1...
1
regress-3728...
1
uncollapse-s...
1
regress-7696...
1
store-uint32...
1
regress-4171...
1
basic-strict...
1
regress-crbu...
1
const-tracki...
1
set-script-s...
1
binary-op-th...
1
strict-prior...
1
break-locati...
1
regress-crbu...
1
regress-crbu...
1
array-at.tq
1
regress-4010...
1
regress-3411...
1
wasm-gc-inli...
1
regress-3564...
1
iterator-con...
1
trailing-zer...
1
run-if-waiti...
1
test-global-...
1
js-call-redu...
1
typed-array-...
1
uint8-array-...
1
wasm-functio...
1
regress-3794...
1
regress-1476...
1
member.h
1
regress-3790...
1
foozzie_arch...
1
mutate_expre...
1
testcfg.py
1
stats-collec...
1
regress-3847...
1
regress-crbu...
1
regress-v8-1...
1
input.js
1
regress-4136...
1
regress-crbu...
1
platform-win...
1
throw-type-e...
1
test-disasm-...
1
regress-3776...
1
class-privat...
1
regress-crbu...
1
regress-3970...
1
opt-next-cal...
1
class-static...
1
instruction-...
1
omit-default...
1
has_optimize...
1
regress-crbu...
1
equals-numbe...
1
input.js
1
regress-3944...
1
BUILD.gn
1
OWNERS
1
LICENSE
1
class-privat...
1
stringref-ar...
1
globals.cc
1
regress-crbu...
1
error_support.h
1
regress-3964...
1
turboshaft-t...
1
interpreter-...
1
regress-3948...
1
ref-cast-js-...
1
fuzzer_regex...
1
categories.js
1
base64-proto...
1
interpreter-...
1
run-deopt-un...
1
regress-1338...
1
extension-ri...
1
console-time...
1
checked_math.h
1
escape-analy...
1
regress-3764...
1
exp.js
1
regress-crbu...
1
d8-terminate...
1
regress-1363...
1
async-dispos...
1
typed-array-...
1
vlq-unittest.cc
1
range-view.ts
1
input.js
1
deserializat...
1
sys-info.h
1
transition-e...
1
exceptions-e...
1
regress-3523...
1
regress-crbu...
1
regress-1449...
1
clobber-regi...
1
super.js
1
array-concat...
1
regress-1196...
1
table64-init.js
1
expression-s...
1
regress-1519...
1
mac-nm
1
calendar-con...
1
OWNERS
1
instruction-...
1
table64-grow.js
1
v8_fuzz_conf...
1
debugger-ste...
1
regress-1408...
1
basic_ops_im...
1
garbage-coll...
1
regress-6193...
1
jump-table-i...
1
pyrightconfi...
1
regress-3325...
1
string-wrapp...
1
regress-3288...
1
regress-4190...
1
generator-in...
1
README.md
1
disasm.h
1
timeline-tra...
1
call-with-ar...
1
constant-ris...
1
valgrind.h
1
br-table-no-...
1
checkmaps-ne...
1
modules-skip...
1
regress-4171...
1
1876a21a.json
1
reglist.h
1
regress-crbu...
1
async-dispos...
1
regress-3940...
1
regress-crbu...
1
regress-crbu...
1
memory-chunk...
1
0001aa3649d7...
1
regress-3798...
1
regress-2618.js
1
regress-3527...
1
regress-1271...
1
table-access...
1
selection-st...
1
regress-4072...
1
generic-bino...
1
test-local-h...
1
check-value-...
1
wasm-trace-m...
1
late-escape-...
1
input.js
1
constants.ts
1
RegExpTests....
1
en-format-ra...
1
regress-1485...
1
regress-1457...
1
date-totempo...
1
typed-array-...
1
await-using-...
1
table.cc
1
typedarray-l...
1
regress-3597...
1
regress-3596...
1
branch-on-ma...
1
string-itera...
1
regress-crbu...
1
math-round.js
1
query-object...
1
fuzztest-ini...
1
regress-crbu...
1
typed-array-...
1
chakra_test1.js
1
regress-3627...
1
test-symbols.cc
1
regress-4066...
1
typed-array-...
1
typed-array-...
1
error-previe...
1
constructor.tq
1
regress-3325...
1
lws-middlewa...
1
async-await-...
1
using-declar...
1
regress-123.js
1
branchifroot...
1
console.out
1
regress-crbu...
1
locale-getCa...
1
regress-crbu...
1
v8dll-main.cc
1
class-privat...
1
regress-3779...
1
regress-crbu...
1
regress-3538...
1
regress-1233...
1
regress-crbu...
1
regress-3306...
1
await-using-...
1
settings.json
1
DEPS
1
resolvedOpti...
1
regress-1514...
1
crash_test.js
1
regress-crbu...
1
context-unit...
1
regress-1407...
1
bigint-inl.h
1
lsan.h
1
settings.json
1
regress-crbu...
1
DEPS
1
regress-crbu...
1
vtune-jit.h
1
RegExp.json
1
regress-v8-1...
1
regress-1450...
1
regress-crbu...
1
handler-outs...
1
expected.js
1
string-build...
1
heap_limit.txt
1
stack-switch...
1
avg.py
1
print-code.js
1
array-destru...
1
regress-1445...
1
regress-1446...
1
nfe-yield-ge...
1
semaphore.cc
1
run_one.py
1
constant-typ...
1
regress-3779...
1
regress-crbu...
1
selection-br...
1
modules-impo...
1
stack-switch...
1
regress-4578...
1
digit-arithm...
1
dematerializ...
1
graph-view.ts
1
inlining-mut...
1
ranges.h
1
regress-1517...
1
.nvmrc
1
wasm-interpr...
1
unmarker.h
1
bytecode-fla...
1
regress-crbu...
1
array-push15.js
1
deopt-litera...
1
js-type-hint...
1
typed-array-...
1
dematerializ...
1
wasm-steppin...
1
test-ignitio...
1
debug-proper...
1
generate-byt...
1
convert-rece...
1
functional-u...
1
regress-3752...
1
regress-3514...
1
regress-4094...
1
property-cel...
1
ClassDeclara...
1
memory_1gb_o...
1
regress-crbu...
1
PRESUBMIT.py
1
regress-1045...
1
snapshot-data.h
1
data_race_2....
1
polymorphic-...
1
span.h
1
array-concat...
1
regress-3494...
1
threaded-lis...
1
regress-3696...
1
modules-skip...
1
dematerializ...
1
regress-1359...
1
typed-array-...
1
fata_js_oom.txt
1
regress-3399...
1
DIR_METADATA
1
program_3.js
1
regress-crbu...
1
wasm-excepti...
1
__init__.py
1
safe_convers...
1
regress-1429...
1
program_3.js
1
csa-late-esc...
1
symbolizer.h
1
normalize_fu...
1
incremental-...
1
regress-3886...
1
CallAndSprea...
1
error-stack-...
1
regress-3536...
1
call-with-ar...
1
minimize.py
1
array-protot...
1
async-dispos...
1
dbgext.h
1
test-assembl...
1
wasm-disasse...
1
turbofan-typ...
1
regress-1393...
1
call-js-runt...
1
regress-4108...
1
recorder.h
1
README.md
1
regress-4082...
1
replace_emoj...
1
array-concat...
1
regress-3561...
1
test_mutate_...
1
regress-crbu...
1
file-utils.cc
1
jump-table-i...
1
categories.js
1
internal-pro...
1
maglev-regis...
1
regress-crbu...
1
regress-3976.js
1
regress-3788...
1
regress-4172...
1
regress-crbu...
1
regress-crbu...
1
custom-error...
1
regress-3323...
1
regress-4068...
1
etw-provider...
1
BreakableBlo...
1
control-flow...
1
ignore-anony...
1
string-subst...
1
negate.js
1
DEPS
1
run-jsobject...
1
regress-3798...
1
regress-8088...
1
input.js
1
heap-utils-i...
1
await-using-...
1
extend-prope...
1
disasm-mips6...
1
search-util.h
1
expected.js
1
write-barrier.h
1
OWNERS
1
private-name.js
1
regress-3524...
1
v8-promise.h
1
wasm-disasse...
1
control-flow...
1
regress-crbu...
1
OWNERS
1
builtins-web...
1
regress-3466...
1
break-locati...
1
METADATA
1
regress-1202...
1
regress-1499...
1
regexp-parser.h
1
regress-1403...
1
regress-4177...
1
wasm-debug-m...
1
regress-4169...
1
regress-crbu...
1
regress-crbu...
1
regress-1487...
1
regress-1472...
1
memory.cc
1
call-with-ar...
1
resolved-opt...
1
load.js
1
wasm-gc-inli...
1
wasm-signatu...
1
define-code-...
1
wasm-disasse...
1
v8-stack-tra...
1
regress-3514...
1
input2.js
1
typedarray-t...
1
README.md
1
class-privat...
1
arguments.mjs
1
branchifroot...
1
simulator-ri...
1
options-digi...
1
typedarray-r...
1
basic-block-...
1
test-typedar...
1
input3.js
1
BUILD.gn
1
wasm-loop-pe...
1
v8-serializa...
1
regress-1400...
1
regexp-match...
1
typed-array-...
1
available_va...
1
.editorconfig
1
condition.js
1
regress-3712...
1
regress-crbu...
1
console-prof...
1
regress-4175...
1
regress-3678...
1
regress-3911...
1
regress-crbu...
1
loop-unrolli...
1
find_by_firs...
1
using-requir...
1
regress-3813...
1
evaluate-on-...
1
allocation-s...
1
instruction-...
1
await-using-...
1
frame-consta...
1
abort-mode.cc
1
iterator-non...
1
ArrayLiteral...
1
regress-crbu...
1
interpreter-...
1
regress-crbu...
1
test_parseTe...
1
regress-crbu...
1
regress-7082...
1
maybe-object...
1
line-breakpo...
1
sloppy-equal...
1
csa-load-eli...
1
regress-crbu...
1
OWNERS
1
input.js
1
regress-3740...
1
prefinalizer...
1
regress-3772...
1
clone-ic-reg...
1
unicode-help...
1
runner.intl4...
1
zone-compact...
1
regress-3811...
1
regress-3244...
1
performance-...
1
osr-block-sc...
1
utils.py
1
regress-1462...
1
regress-3257...
1
growable-fix...
1
multi-memory...
1
BUILD.gn
1
set-pending-...
1
alloc_always...
1
interpreter-...
1
break-on-exc...
1
regress-crbu...
1
stack-overfl...
1
regress-1083...
1
LICENSE
1
float64-comp...
1
snapshot-com...
1
wasm-export-...
1
regress-3569...
1
regress-simd...
1
wasm-deopt-m...
1
copying-phas...
1
constant-typ...
1
regress-1231...
1
debug-evalua...
1
typeof.js
1
turboshaft-i...
1
wrapper-type...
1
async-dispos...
1
api-setter-p...
1
regress-8041...
1
prune-local-...
1
array-spread...
1
README.chromium
1
wasm-module-...
1
regress-3538...
1
dataview-get.js
1
instant-cons...
1
weak-contain...
1
atomic-utils...
1
redundancy-e...
1
is_main_thre...
1
builtins-pro...
1
regress-9912.js
1
etw-debug-wi...
1
float64-phi-...
1
regress-crbu...
1
hide-unselec...
1
regress-1471...
1
sweet.status
1
evaluate-on-...
1
regress-crbu...
1
regress-3466...
1
wasm-imports...
1
S390_OWNERS
1
regress-3291...
1
regress-crbu...
1
throw-in-cst...
1
regress-3494...
1
regress-3643...
1
shift_left.js
1
regress-0225...
1
regress-3579...
1
regress-3527...
1
regress-3484...
1
snapshot-uti...
1
regress-456.js
1
console-cont...
1
regress-3821...
1
maglev-34306...
1
string-wrapp...
1
code-assembl...
1
shard.py
1
break-on-exc...
1
vector-arith...
1
unicode-help...
1
canonicalize...
1
line-breakpo...
1
regress-3734...
1
unicode-help...
1
ios-headers.h
1
serializer-t...
1
webkit.py
1
modules-stal...
1
regress-4063...
1
regress-crbu...
1
regress-4161...
1
type-parser.cc
1
sqlite-chang...
1
logical-assi...
1
class-fields...
1
regress-9567...
1
regress-4172...
1
iterators-un...
1
debug-evalua...
1
array-iterat...
1
shared-objec...
1
regress-crbu...
1
add-smi.js
1
constant-ris...
1
regress-crbu...
1
_common.py
1
parse-proces...
1
index.json
1
unwinding-in...
1
call-dispose...
1
regress-3630...
1
compiler-spe...
1
regress-crbu...
1
shared-strin...
1
regress-crbu...
1
regress-crbu...
1
package.sh
1
regress-crbu...
1
reglist-riscv.h
1
regress-1456...
1
js-weak-refs.tq
1
deep-seriali...
1
callback.c
1
regress-3773...
1
OWNERS
1
regress-3697...
1
free-list.h
1
wasm-get-bre...
1
regress-crbu...
1
app-model.mjs
1
program_1.js
1
regress-5404.js
1
input2.js
1
thin-strings.js
1
class-privat...
1
timeline-tra...
1
input.js
1
regress-crbu...
1
platform-zos.cc
1
regress-crbu...
1
unoptimized-...
1
common-node-...
1
finalize.c
1
regress-1466...
1
test-atomico...
1
regress-4448...
1
regress-1523...
1
regress-crbu...
1
wasm-address...
1
regress-1311...
1
regress-6429...
1
const-tracki...
1
wasm-gc-opti...
1
regress-3310...
1
get-iterator.js
1
DIR_METADATA
1
generalized-...
1
regress-3569...
1
callback.cc
1
regress-1431...
1
regress-9425.js
1
ic-megadom.js
1
timeline-tra...
1
typedarray-l...
1
stepping-gen...
1
cov.h
1
bytecode-dec...
1
v8-vtune.h
1
delayed-task...
1
array-pop.js
1
input1.js
1
regress-crbu...
1
comparison-t...
1
regress-3746...
1
regress-3543...
1
AsyncModules...
1
regress-1473...
1
stepping-asy...
1
DIR_METADATA
1
shared-strin...
1
regress-3931...
1
run-jsexcept...
1
ordered-hash...
1
regress-crbu...
1
modules-data...
1
regress-4054...
1
regexp-bytec...
1
typed-array-...
1
code-layout-...
1
scope-test-h...
1
regexp-match...
1
setup-isolat...
1
regress-crbu...
1
escape-analy...
1
type-casts-t...
1
debug-evalua...
1
throw-with-t...
1
has-own.js
1
free-list.cc
1
array-concat...
1
unwinding-in...
1
proxies-json.js
1
regress-1433...
1
input.js
1
regress-1471...
1
get-prototyp...
1
regress-3526...
1
unwinder.cc
1
regress-4117...
1
regress-3305...
1
regress-crbu...
1
array-new-un...
1
async_iterat...
1
d8-terminate...
1
v8-value-uni...
1
typed-array-...
1
js-display-n...
1
skip-common.mjs
1
regress-3929...
1
cross-realm.js
1
regress-1412...
1
regress-3663...
1
index-genera...
1
constant-ris...
1
arguments-ob...
1
wasm-escape-...
1
safe_convers...
1
regress-3748...
1
wasm-script-...
1
regress-3788...
1
regress-3781...
1
wasm-steppin...
1
halfsiphash.cc
1
regress-3777...
1
spill-double.js
1
regress-3685...
1
profiling.mjs
1
regress-1336...
1
BasicLoops.g...
1
error-stack-...
1
eh-frame.cc
1
regress-3804...
1
export.h
1
regress-3837...
1
testcfg.py
1
regress-4077...
1
regress-3569...
1
break-on-exc...
1
dematerializ...
1
regress-3794...
1
regress-crbu...
1
escape-analy...
1
regress-crbu...
1
inline-call-...
1
regress-crbu...
1
regress-3988...
1
OWNERS
1
regress-3524...
1
regress-1425...
1
regress-3795...
1
lazy-deopt-m...
1
create-sessi...
1
regress-1418...
1
unused-check...
1
reglist-ppc.h
1
deopt-litera...
1
regress-crbu...
1
dataview-gro...
1
testcfg.py
1
regress-3329...
1
OWNERS
1
regress-3589...
1
regress-3236...
1
constant-ris...
1
regress-4148...
1
other-pause-...
1
const-tracki...
1
regress-3649...
1
code-view.ts
1
regress-1147...
1
async-dispos...
1
regress-4108...
1
bounds-check...
1
regress-3752...
1
cpu-x64.cc
1
regress-1464...
1
regress-1523...
1
async-compil...
1
test_load.js
1
regress-8859...
1
view.ts
1
polymorphic-...
1
index.json
1
regress-3778...
1
load1.js
1
regress-1111...
1
regress-1514...
1
string-wrapp...
1
regress-3790...
1
README.txt
1
shared-array...
1
regress-4201...
1
regress-1370...
1
number-strin...
1
regress-crbu...
1
atomics-xor.js
1
swiss-hash-t...
1
input.js
1
regress-4069...
1
regress-3327...
1
regress-3288...
1
input.js
1
vtuneapi.h
1
BUILD.gn
1
input1.js
1
regress-3984...
1
shrink-large...
1
interpreter-...
1
regress-9963...
1
data_race_1....
1
array-multip...
1
regress-1459...
1
test-identit...
1
ClassAndSupe...
1
regress-3406...
1
evaluate-on-...
1
compare-base...
1
d8_mocked.py
1
zone-list.h
1
regress-4055...
1
regress-1493...
1
builtins-eff...
1
regress-1371...
1
constant-arr...
1
dont-flush-c...
1
liftoff.js
1
swiss-hash-t...
1
nan-constant.js
1
evaluate-wit...
1
regress-4108...
1
regress-crbu...
1
branch-if-xx...
1
date.js
1
wmb.js
1
js-segments.tq
1
marking-prog...
1
DIR_METADATA
1
regress-1523...
1
v8-embedder-...
1
dataview-res...
1
code_kind.ex...
1
regress-1030...
1
regress-1045...
1
regress-3761...
1
input.js
1
regress-1449...
1
regress-3281...
1
compilation-...
1
regress-1481...
1
flush-denorm...
1
arguments-fo...
1
memory-taggi...
1
regress-3934...
1
regexp-cons-...
1
OWNERS
1
regress-3437...
1
math-pow-0-p...
1
assert_built...
1
test-swiss-n...
1
const-tracki...
1
memory-huge-...
1
sancov_forma...
1
typed-array-...
1
evaluate-rep...
1
regress-3294...
1
regress-1484...
1
regress-1394...
1
reglist-loon...
1
class-privat...
1
regress-4163...
1
regress-1416...
1
js-collection.h
1
regress-crbu...
1
regress-1421...
1
available_va...
1
nested-loop-...
1
normalize_fu...
1
bytecode-exp...
1
class-privat...
1
regress-crbu...
1
regress-3695...
1
logging-unit...
1
test-thread-...
1
string-wrapp...
1
regress-crbu...
1
windbg.js
1
regress-1438...
1
regress-crbu...
1
shell.js
1
constant-fol...
1
regress-3677...
1
replace_emoj...
1
regress-3934...
1
show-all-ico...
1
harness-done.js
1
regress-3507...
1
regress-1459...
1
regress-3566...
1
rounding-inc...
1
turbofan-gra...
1
assembler-mi...
1
control-flow...
1
graph.h
1
regress-crbu...
1
wasm-dead-co...
1
regress-3959...
1
code_kind.txt
1
type-reflect...
1
d8-finalizat...
1
runtime-macr...
1
uint8-array-...
1
regress-1405...
1
regress-3825...
1
regress-1516...
1
regress-3663...
1
await-using-...
1
float16.h
1
regress-3361...
1
regress-3498...
1
regress-crbu...
1
test-run-unw...
1
regress-3262...
1
fast-api-att...
1
regress-3526...
1
spidermonkey...
1
custom-descr...
1
normalize_fu...
1
regress-4193...
1
output-stream.h
1
typed-array-...
1
regress-crbu...
1
wasm-scripts...
1
wasm-conditi...
1
upstream-loc...
1
import-attri...
1
regress-3424...
1
DIR_METADATA
1
crc32.h
1
regress-3526...
1
regress-3926...
1
regress-1116...
1
regress-3870...
1
js-segmenter...
1
regress-3236...
1
regress-4147...
1
regress-4068...
1
js_protocol-...
1
tick-counter.cc
1
bigint-unuse...
1
module-impor...
1
custom-previ...
1
extension-ri...
1
set-script-s...
1
proto-to-jso...
1
basic-strict...
1
regress-crbu...
1
not-shared-e...
1
dematerializ...
1
regress-1500...
1
regress-crbu...
1
wasm-disasse...
1
string-endsw...
1
property-arr...
1
gen_exceptio...
1
wasm-trace-m...
1
evaluate-wit...
1
BUILD.gn
1
CallNew.golden
1
check-float6...
1
wasm-script-...
1
test-linkage.cc
1
base.js
1
settings.json
1
regress-1046...
1
regression-c...
1
timeline-ove...
1
int32_consta...
1
es6-module-s...
1
loop_variabl...
1
regress-3630...
1
hex-format.cc
1
regress-8089...
1
strict-prior...
1
wasm-gc-inli...
1
wasm-backing...
1
test-platfor...
1
base.py
1
available_va...
1
cpu-ia32.cc
1
collapse_dow...
1
regress-crbu...
1
regress-3286...
1
gc_nvp_commo...
1
function-app...
1
OWNERS
1
safe_convers...
1
runtime-func...
1
regress-4033...
1
run-all-unit...
1
DIR_METADATA
1
regress-3904...
1
regress-crbu...
1
strings-stor...
1
typed-funcre...
1
regress-crbu...
1
mutate_varia...
1
regress-3670...
1
regress-v8-1...
1
fast-api.cc
1
skip-c.mjs
1
post-message.js
1
exceptions_e...
1
class-privat...
1
string-wrapp...
1
rss.py
1
DIR_METADATA
1
available_va...
1
assembler.cc
1
heap.h
1
regress-1416...
1
codegen-test...
1
regress-1472...
1
modules-skip...
1
halfsiphash.h
1
regress-3297...
1
regress-1476...
1
atomics.js
1
regress-crbu...
1
regress-3253...
1
restart-top-...
1
android-sync.sh
1
exception-mu...
1
regress-4083...
1
regress-4171...
1
regress-4033...
1
regress-crbu...
1
nested-conti...
1
callstats-fr...
1
bigint-inter...
1
modules-impo...
1
regress-crbu...
1
plain-date-t...
1
regress-4102...
1
README.v8
1
regress-3845...
1
regress-crbu...
1
regress-crbu...
1
tag-untag-lo...
1
regress-crbu...
1
regress-crbu...
1
constants-mi...
1
regress-1115...
1
call-spread-...
1
js-relative-...
1
iterator-non...
1
regress-3996...
1
graph-reduce...
1
OWNERS
1
js-create-lo...
1
regress-crbu...
1
regress-crbu...
1
async-dispos...
1
memory-copy-...
1
regress-1428...
1
Makefile
1
test-macro-a...
1
interpreter-...
1
regress-3932...
1
platform-pos...
1
console-time...
1
regress-4173...
1
regress-6720...
1
set-prototyp...
1
lots-of-args.js
1
adb-d8.py
1
halfsiphash.h
1
regress-4149...
1
regress-1410...
1
index.mjs
1
regress-1188...
1
snapshot-dat...
1
step-over.js
1
BUILD.gn
1
regress-3317...
1
cc-generator.h
1
typed-array-...
1
snapshot-ext...
1
regress-4072...
1
wasm-stack.js
1
skip-async-m...
1
assembler-mi...
1
regress-3964...
1
typed-array-...
1
constructor-...
1
closures.js
1
builtin-cont...
1
halfsiphash.cc
1
max-wasm-fun...
1
regress-3247...
1
regress-crbu...
1
regress-1421...
1
object-type.h
1
evaluate-pri...
1
test-disasm-...
1
jsc_test_2.js
1
regress-3796...
1
csa-memory-o...
1
turboshaft-i...
1
length-or-si...
1
sse-instr.h
1
js-collectio...
1
regress-4101...
1
DEPS
1
DIR_METADATA
1
regress-1509...
1
regress-crbu...
1
promote-youn...
1
regress-1129.js
1
test-run-jsc...
1
cppheap-poin...
1
locale-getCo...
1
regress-crbu...
1
combiner.py
1
branch-condi...
1
regress-crbu...
1
regress-3275...
1
regress-crbu...
1
regress-crbu...
1
regress-crbu...
1
async-dispos...
1
regress-crbu...
1
regress-crbu...
1
test-version.cc
1
regress-crbu...
1
regress-1359...
1
regress-3609...
1
frame-consta...
1
regress-1251...
1
wasm-trap.js
1
object-destr...
1
regress-1508...
1
regress-4060...
1
.mailmap
1
d8-platforms.h
1
js-list-form...
1
skip-d.mjs
1
regress-3597...
1
regress-1412...
1
BUILD.gn
1
regress-3479...
1
CallLookupSl...
1
await-using-...
1
tickprocesso...
1
0a096256b462...
1
object-frome...
1
DIR_METADATA
1
settings.json
1
DEPS
1
regress-3253...
1
regress-1404...
1
BUILD.gn
1
normalize_ex...
1
351177445.js
1
regress-crbu...
1
regress-3798...
1
mutex-guard-...
1
source-locat...
1
br-table-ana...
1
modules-impo...
1
timeline-tra...
1
regress-3526...
1
regress-3680...
1
regress-crbu...
1
regress-4082...
1
regress-3561...
1
toggle-cache...
1
store-store-...
1
test-sloppy-...
1
gen-inlining...
1
regress-4134...
1
regress-crbu...
1
wasm-step-a-...
1
reglist-mips...
1
v8windbg-ext...
1
regress-crbu...
1
destructurin...
1
array-protot...
1
visitors-inl.h
1
async-dispos...
1
regress-crbu...
1
get-current-...
1
type-parser.h
1
disasm-loong...
1
imported-fun...
1
dematerializ...
1
regress-crbu...
1
js-number-fo...
1
regress-1466...
1
push_registe...
1
regress-3307...
1
regress-3426...
1
DEPS
1
regress-crbu...
1
module-impor...
1
regress-3247...
1
regress-1504...
1
await-using-...
1
regress-3552...
1
resumable.js
1
regress-3397...
1
modules-impo...
1
LICENSE
1
regress-1395...
1
regress-3773...
1
comma-expres...
1
for-of-loops.js
1
inner-functi...
1
evaluate-on-...
1
vtuneapi.cc
1
import-attri...
1
regress-3280...
1
async-await-...
1
simplified-l...
1
regress-1464...
1
alloc_not_en...
1
OWNERS
1
address-map.cc
1
protobuf-com...
1
regress-3759...
1
wasm-datavie...
1
down-arrow.png
1
object-type.cc
1
c5813b84.json
1
LICENSE
1
exception-ph...
1
regress-1446...
1
regress-crbu...
1
regress-1376...
1
literal-buff...
1
regress-1418...
1
string-wrapp...
1
stack-trace-...
1
interpreter-...
1
README.v8
1
dematerializ...
1
builtins-eff...
1
events.mjs
1
modules-top-...
1
proxy.tq
1
error-previe...
1
streaming.cc
1
regress-3794...
1
test-codegen.h
1
tracing-cate...
1
regress-1381...
1
regress-5391...
1
regress-crbu...
1
ref-eq-unrea...
1
regress-3554...
1
regress-crbu...
1
regress-4207...
1
DIR_METADATA
1
93c7959bebf4...
1
test-operato...
1
multiple-cod...
1
wasm-module-...
1
regress-3470...
1
regress-3422...
1
wasm-remove-...
1
testcfg.py
1
OWNERS
1
locale-info-...
1
regress-1161...
1
string-repla...
1
locale-info-...
1
source-locat...
1
reuse-locals...
1
wasm-module-...
1
string-const...
1
turboshaft-c...
1
_packager.py
1
list-object-...
1
logical-assi...
1
regress-3584...
1
normalize_ex...
1
tick-counter.h
1
mutable-heap...
1
program_2.js
1
regress-4108...
1
regress-crbu...
1
code-coverag...
1
regress-crbu...
1
debug-callba...
1
regress-crbu...
1
regress-3286...
1
turbofan-ena...
1
regress-3446...
1
regress-3511...
1
regress-crbu...
1
typedarray-o...
1
tagged-stack...
1
regress-4530...
1
fuzzer.py
1
LICENSE
1
regress-3544...
1
set-max-call...
1
base-riscv-i.cc
1
uri.cc
1
regress-3567...
1
regress-crbu...
1
regexp-match...
1
regress-1441...
1
builtins-tem...
1
regress-1471...
1
bigint-inter...
1
modules-impo...
1
trace-extens...
1
dateparser.h
1
regress-crbu...
1
array-double...
1

File Change Statistics:

1 High-churn files (1334+ commits)
4 Medium-churn files (667-1334 commits)
8184 Low-churn files (1-667 commits)

Most Changed Files:

  1. DEPS - 1668 commits
  2. src/flags/flag-definitions.h - 1094 commits
  3. src/maglev/maglev-graph-builder.cc - 1057 commits
  4. BUILD.gn - 899 commits
  5. src/heap/heap.cc - 796 commits
  6. src/heap/mark-compact.cc - 638 commits
  7. src/maglev/maglev-ir.cc - 628 commits
  8. src/maglev/maglev-ir.h - 597 commits
  9. BUILD.bazel - 580 commits
  10. src/maglev/maglev-graph-builder.h - 577 commits
Test Analysis
0 Test Files
0 Test Directories
0 Test Frameworks
No No Regression Tests

Recommendation: Add Regression Tests

No regression tests were detected in this repository. Consider adding tests that specifically verify bug fixes and prevent regressions.

Benefits: Early detection of reintroduced bugs, improved code quality, better release confidence.

Priority Areas - Files with Most Findings

DEPS

22 findings
18 critical 4 medium
Recent change: 6987c91f

BUILD.gn

14 findings
13 critical 1 medium
Recent change: b5d6997a

src/maglev/maglev-graph-builder.cc

11 findings
11 critical
Recent change: 4ba3b515

src/heap/heap.cc

9 findings
8 critical 1 medium
Recent change: 4a6e65bf

src/heap/mark-compact.cc

9 findings
9 critical
Recent change: bc5677de

src/api/api.cc

7 findings
6 critical 1 medium
Recent change: e49f00d4

src/wasm/wasm-objects.cc

7 findings
7 critical
Recent change: e9af212a

src/execution/isolate.cc

7 findings
7 critical
Recent change: bc5677de

src/compiler/turboshaft/operations.h

6 findings
6 critical
Recent change: b5d6997a

src/heap/factory.cc

6 findings
6 critical
Recent change: 9e27dbca

src/flags/flag-definitions.h

6 findings
6 critical
Recent change: 91141280

src/maglev/maglev-ir.h

6 findings
6 critical
Recent change: 4ba3b515

src/compiler/wasm-compiler.cc

5 findings
5 critical
Recent change: ea07528c

src/heap/heap.h

5 findings
5 critical
Recent change: 2a606bdb

src/wasm/module-instantiate.cc

5 findings
5 critical
Recent change: 56dd2864